Enum InputProxy.KeyboardFlag
A set of flags to describe various aspects of InputProxy.KeyboardInput, mainly used to define additional information related to Key.
Namespace: GDX.Developer
Syntax
[Flags]
public enum KeyboardFlag : uint
Fields
| Name | Description |
|---|---|
| ExtendedKey | Is the key part of the extended set. |
| KeyDown | |
| KeyUp | A key has been released. |
| ScanCode | |
| Unicode |