Enum KeyboardDataFlags
Flags to help determine the type of data within the GorgonRawKeyboardData interface.
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
[Flags]
public enum KeyboardDataFlags
Fields
Name | Description |
---|---|
KeyDown | The key is being held down. |
KeyUp | The key has been released. |
LeftKey | The left version of the key (for Alt, Control, Shift, etc...) |
None | No key state. |
RightKey | The right version of the key (for Alt, Control, Shift, etc...) |