Skip to main content

Module user_input

Module user_input 

Source
Expand description

Input handling (winit -> engine state).

Goal: keep Windowing focused on window lifecycle + rendering, while UserInput owns interpreting window events into a small, reusable InputState.

Structs§

InputState
Snapshot of user input.
UserInput
Stateful input event processor.

Enums§

TextInputFrameEvent