Modifier and Type | Class and Description |
---|---|
static class |
Event.XY
The base for all input events with a screen position.
|
static class |
Keyboard.Event
The base class for all keyboard events.
|
static class |
Keyboard.KeyEvent
An event dispatched for key press/release.
|
static class |
Keyboard.TypedEvent
An event dispatched when a printable character is typed.
|
static class |
Mouse.ButtonEvent
The event dispatched for mouse input.
|
static class |
Mouse.Event
The base class for all mouse events.
|
static class |
Mouse.MotionEvent
An event dispatched when the mouse is moved.
|
static class |
Mouse.WheelEvent
An event dispatched when the mouse wheel is scrolled.
|
static class |
Pointer.Event
Contains information on a pointer event.
|
static class |
Touch.Event
Contains information on a touch event.
|
Copyright © 2019. All Rights Reserved.