![]() |
Raven Engine v0.1
|
Defines core application-level events such as window actions and update cycles. More...
Classes | |
| class | Raven::WindowResizeEvent |
| Event triggered when the main window is resized. More... | |
| class | Raven::WindowCloseEvent |
| Event triggered when the window is requested to close. More... | |
| class | Raven::AppTickEvent |
| Event triggered once per tick cycle. More... | |
| class | Raven::AppUpdateEvent |
| Event triggered once per application update. More... | |
| class | Raven::AppRenderEvent |
| Event triggered once per application render. More... | |
Namespaces | |
| namespace | Raven |
Defines core application-level events such as window actions and update cycles.
These events are dispatched by the platform or main loop layer to signal important application lifecycle changes like resizing, ticking, or shutdown. Meant for internal engine use and application-level hooks.