Represents a Kewt application instance.
Managed the application lifecycle, input dispatching, state observation, and rendering.
The coroutine scope from which the application scope is derived.
A map of arbitrary attributes associated with this application instance. Can be used by framework extensions to store persistent state.
Schedules a repeated background task.
Stops the application and exits the main loop.
Registers a handler for the Shift-Tab (BackTab) key.
Registers a handler for a simple character key press.
Registers a handler for a specific key combination (key plus modifiers).
Registers a low-level key event handler.
Registers a handler for the Tab key.
Sets the main view function for the application.