Raven Engine v0.1
Loading...
Searching...
No Matches
WindowEvent.h File Reference

Defines core application-level events such as window actions and update cycles. More...

#include "Raven/Core/Types.h"
#include "Raven/Events/Event.h"
#include <sstream>

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

Detailed Description

Defines core application-level events such as window actions and update cycles.

Author
PhilikusHD

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.

See also
Event.h