Enum KeyState
Identifies the state of a keyboard key.
public enum KeyState
Fields
Down = 1
Key is pressed.
Up = 0
Key is released.
Identifies the state of a keyboard key.
public enum KeyState
Down = 1
Key is pressed.
Up = 0
Key is released.