|
OpenEnroth 731eccc
|
|
strong |
| Enumerator | |
|---|---|
| EVENT_INVALID | |
| EVENT_KEY_PRESS | Key pressed, sent as |
| EVENT_KEY_RELEASE | Key released, sent as |
| EVENT_MOUSE_BUTTON_PRESS | Mouse button pressed, sent as |
| EVENT_MOUSE_BUTTON_RELEASE | Mouse button released, sent as |
| EVENT_MOUSE_MOVE | Mouse pointer moved, sent as |
| EVENT_MOUSE_WHEEL | Mouse wheel rotated, sent as |
| EVENT_WINDOW_MOVE | Window moved, sent as |
| EVENT_WINDOW_RESIZE | Window resized, sent as |
| EVENT_WINDOW_ACTIVATE | Window activated (gained focus), sent as |
| EVENT_WINDOW_DEACTIVATE | Window deactivated (lost focus), sent as |
| EVENT_WINDOW_CLOSE_REQUEST | Window close was requested (e.g. by pressing the window close button), sent as |
| EVENT_GAMEPAD_CONNECTED | Gamepad was added to the system, sent as |
| EVENT_GAMEPAD_DISCONNECTED | Gamepad was removed from the system, sent as |
| EVENT_GAMEPAD_KEY_PRESS | Gamepad key pressed, sent as |
| EVENT_GAMEPAD_KEY_RELEASE | Gamepad key released, sent as |
| EVENT_GAMEPAD_AXIS | Gamepad axis event, sent as |
| EVENT_TEXT_INPUT | Text input event, sent as |
| EVENT_NATIVE | Native event, sent as |
| EVENT_FIRST | |
| EVENT_LAST | |
|
strong |
|
strong |
|
strong |
|
strong |
WINDOW_MODE_WINDOWED is a normal window with frame.WINDOW_MODE_BORDERLESS is a window without frame.WINDOW_MODE_FULLSCREEN_BORDERLESS is a modern fake fullscreen AKA frameless window resized to desktop resolution and moved to cover the whole desktop. | Enumerator | |
|---|---|
| WINDOW_MODE_WINDOWED | |
| WINDOW_MODE_BORDERLESS | |
| WINDOW_MODE_FULLSCREEN_BORDERLESS | |
|
strong |