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