Package org.hexworks.zircon.internal.uievent

Types

ComponentEventAdapter
Link copied to clipboard
common
interface ComponentEventAdapter
Callback interface for ComponentEvents which can typically be implemented by long-lived objects.
KeyboardEventAdapter
Link copied to clipboard
common
interface KeyboardEventAdapter
Callback interface for KeyboardEvents which can typically be implemented by long-lived objects.
MouseEventAdapter
Link copied to clipboard
common
interface MouseEventAdapter
Callback interface for MouseEvents which can typically be implemented by long-lived objects.
UIEventDispatcher
Link copied to clipboard
common
interface UIEventDispatcher
A UIEventDispatcher is responsible for dispatching UI events for UI components.
UIEventProcessor
Link copied to clipboard
common
interface UIEventProcessor : UIEventSource, Closeable
An UIEventProcessor is responsible for processing UIEvents by dispatching them to its subscribers.

Functions

injectStringAsKeyboardEvents
Link copied to clipboard
common
fun injectStringAsKeyboardEvents(string: String, tileGrid: InternalTileGrid): UIEventResponse