Expand description
Types used for handling input events such as mouse and keyboard.
Structs§
- Keymap
- A keymap that associates key chords with actions.
- Keymap
Entry - An entry inside of a
Keymap
. - Modifiers
- The state of the modifier keys.
- Mouse
Button Data - Data which describes the current state of a mouse button.
- Mouse
State - The current state of the mouse cursor and buttons.
Enums§
- Code
- Code is the physical position of a key.
- Key
- Key represents the meaning of a keypress.
- Keymap
Event - An event used to interact with a
Keymap
at runtime. - Mouse
Button - A mouse button.