Structs§
- Data of a Keyboard event.
- Pressed modifier keys.
Enums§
- Code is the physical position of a key.
- Key represents the meaning of a keypress.
Functions§
- The
globalkeydownevent fires when the user starts pressing any key. - The
globalkeyupevent fires when the user releases any key being pressed. - The
keydownevent fires when the user starts pressing any key in the currently focused element. - The
keyupevent fires when the user releases any key being pressed in the currently focused element.