Defines window and application-level events such as resize and close. More...
Classes | |
| struct | Raven::WindowResizeEvent |
| Event fired when a window is resized. More... | |
| struct | Raven::WindowCloseEvent |
| Event fired when the user requests the window to close. More... | |
Namespaces | |
| namespace | Raven |
Defines window and application-level events such as resize and close.
These events are generated by the platform layer to notify the engine or application about window lifecycle changes, such as resizing or closing.
Typically dispatched by the Window system and processed by the main Framework.