Module freya_testing::events
Modules
Structs
- 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
Key
in keyboard_types - Return the equivalent of Winit’s
PhysicalKey
in keyboard_types