SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::Events Namespace Reference

Concrete event types dispatched through Sleak::EventDispatcher. More...

Namespaces

namespace  Input
 Keyboard and mouse event types.

Classes

class  RenderEvent
class  TickEvent
class  UpdateEvent
class  WindowCloseEvent
class  WindowFullScreen
class  WindowOpenEvent
class  WindowResizeEvent

Detailed Description

Concrete event types dispatched through Sleak::EventDispatcher.

Window lifecycle and resize events sit directly in this namespace; keyboard and mouse events are nested one level deeper in Sleak::Events::Input.