Package org. hexworks. zircon. internal. uievent
Types
ComponentEventAdapter
Link copied to clipboard
interface ComponentEventAdapter
Content copied to clipboard
Callback interface for ComponentEvents which can typically be implemented by long-lived objects.
KeyboardEventAdapter
Link copied to clipboard
interface KeyboardEventAdapter
Content copied to clipboard
Callback interface for KeyboardEvents which can typically be implemented by long-lived objects.
MouseEventAdapter
Link copied to clipboard
interface MouseEventAdapter
Content copied to clipboard
Callback interface for MouseEvents which can typically be implemented by long-lived objects.
UIEventDispatcher
Link copied to clipboard
interface UIEventDispatcher
Content copied to clipboard
A UIEventDispatcher is responsible for dispatching UI events for UI components.
UIEventProcessor
Link copied to clipboard
Functions
injectStringAsKeyboardEvents
Link copied to clipboard
fun injectStringAsKeyboardEvents(string: String, tileGrid: InternalTileGrid): UIEventResponse
Content copied to clipboard