Expand description
Events data.
Modules§
Structs§
- Data of a Keyboard event.
 - Data of a Keyboard event.
 - Pressed modifier keys.
 - Data of a Mouse event.
 - Data of a Mouse event.
 - Data of a Touch event.
 - Data of a Wheel event.
 
Enums§
- Code is the physical position of a key.
 - Describes the force of a touch event
 - Key represents the meaning of a keypress.
 - Describes a button of a mouse controller.
 - The type of device that triggered a Pointer event.
 - Describes touch-screen input state.
 
Functions§
- Return the equivalent Winit’s
Keyin keyboard_types - Return the equivalent of Winit’s
PhysicalKeyin keyboard_types