Crate keycodes_ascii
source ·Structs
- The KeyEvent that should be delivered to applications upon a keyboard action.
- The set of modifier keys that can be held down while other keys are pressed.
Enums
- Whether a keyboard event was a key press or a key released.
Constants
- The offset that a keyboard adds to the scancode to indicate that the key was released rather than pressed. So if a scancode of
1
means a keyfoo
was pressed, a scancode of129
(1 + 128) means that keyfoo
was released.
Functions
- convenience function for obtaining the ascii value for a raw scancode under the given modifiers