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