Defines keyboard-related events for the Raven Engine input system. More...
Classes | |
| struct | Raven::KeyPressedEvent |
| Event fired when a keyboard key is pressed. More... | |
| struct | Raven::KeyReleasedEvent |
| Event fired when a keyboard key is released. More... | |
Namespaces | |
| namespace | Raven |
Defines keyboard-related events for the Raven Engine input system.
Provides concrete event structures representing keyboard input actions. These are dispatched by the input system and consumed by the engine or application layers to handle user keyboard interactions.
Events included: