| Class | Description |
|---|---|
| Event |
Base class for window events.
|
| JoystickButtonEvent |
Represents joystick or gamepad button events.
|
| JoystickEvent |
Represents generic joystick or gamepad events.
|
| JoystickMoveEvent |
Represents joystick or gamepad axis movement events.
|
| KeyEvent |
Represents keyboard key events.
|
| MouseButtonEvent |
Represents mouse button events.
|
| MouseEvent |
Represents generic mouse events.
|
| MouseWheelEvent |
Represents mouse wheel movement events.
|
| SizeEvent |
Represents window resize events.
|
| TextEvent |
Represents text enter events.
|
| Enum | Description |
|---|---|
| Event.Type |
Enumeration of available window event types.
|