Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
KeyEvent.h File Reference

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

Detailed Description

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:

  • KeyPressedEvent
  • KeyReleasedEvent
See also
Event.h
MouseEvent.h