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§
- Input
State - Snapshot of user input.
- User
Input - Stateful input event processor.