Interface | Description |
---|---|
EventHandler<T extends Event> |
The base inteface for your EventHandlers.
|
Class | Description |
---|---|
Event<T> |
A simple Event with a type and a Source.
|
Event.Type<T extends Event> |
Event Type allows to build a hierarchy of events.
|
EventSource<S> |
EventSource is your entry point to DukeScript Events.
|
KeyEvent<T> |
KeyEvents representing keyboard input.
|
MouseEvent<T> |
MouseEvents representing Mouse input actions.
|
TouchEvent<T> |
Events for input on touch enabled devices.
|
TouchEvent.Touch |
Enum | Description |
---|---|
KeyCode |
Copyright © 2019. All Rights Reserved.