Expand description
This crate bridges winit
’s native input events (mouse, touch, keyboard, etc.)
into the [ui-events
] model.
The primary entry point is WindowEventReducer
.
Modules§
- keyboard
- Support routines for converting keyboard data from
winit
- pointer
- Support routines for converting pointer data from
winit
.
Structs§
- Window
Event Reducer - Manages stateful transformations of winit
WindowEvent
.