Enum KeyState
State of a keyboard key
Namespace: Inferno.Input
Assembly: Inferno.Desktop.dll
Syntax
public enum KeyState
Fields
| Name | Description |
|---|---|
| Down | The key is down |
| Up | The key is up |
State of a keyboard key
public enum KeyState
| Name | Description |
|---|---|
| Down | The key is down |
| Up | The key is up |