Expand description
Abstract input event types used by the engine core.
These types are backend-agnostic. Concrete windowing backends (winit,
SDL, etc.) translate their native events into these abstract events via
adapter functions in khora-infra.
Enums§
- Input
Event - An engine-internal representation of a user input event.
- KeyCode
- Type-safe physical key codes — a 1-to-1 mirror of
winit::keyboard::KeyCodebut living inkhora-coreso app code never has to depend on winit. - Mouse
Button - An engine-internal representation of a mouse button.