Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.GlobalKeyEventArgs

Summary

Contains arguments for the KeyUp/KeyDown event in a GlobalKeyboardListener.

Constructors

GlobalKeyEventArgs(Keys virtualKeyCode, int scanCode, ModifierKeysState modifierKeys)
Constructor.

Instance properties

boolSet this to ‘true’ to prevent further processing of the keystroke (i.e. to ‘swallow’ it).
ModifierKeysStateCurrent state of the modifier keys
intThe scancode of the key being pressed or released.
KeysThe virtual-key code of the key being pressed or released.