Re-exports§
pub extern crate events_loop;
Modules§
- dpi
- DPI is important, so read the docs for this module if you don’t want to be confused.
Structs§
- Device
Id - Keyboard
Input - Describes a keyboard input event.
- Modifiers
State - Represents the current state of the keyboard modifiers
- Touch
- Represents touch event
- Window
Id
Enums§
- Device
Event - Represents raw hardware events that are not associated with any particular window.
- Element
State - Describes the input state of a key.
- Event
- Describes a generic event.
- Mouse
Button - Describes a button of a mouse controller.
- Mouse
Scroll Delta - Describes a difference in the mouse scroll wheel state.
- Touch
Phase - Describes touch-screen input state.
- Virtual
KeyCode - Symbolic name for a keyboard key.
- Window
Event - Describes an event from a
Window
.
Type Aliases§
- AxisId
- Identifier for a specific analog axis on some device.
- Button
Id - Identifier for a specific button on some device.
- Events
Loop - Scan
Code - Hardware-dependent keyboard scan code.