Summary
Contains arguments for the KeyUp/KeyDown event in a
GlobalKeyboardListener.
Constructors
Instance properties
| bool | | Set this to ‘true’ to prevent further processing of the keystroke (i.e. to ‘swallow’ it). |
| ModifierKeysState | | Current state of the modifier keys |
| int | | The scancode of the key being pressed or released. |
| Keys | | The virtual-key code of the key being pressed or released. |