KeyStateΒΆ

enum KeyState : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Identifies the state of a keyboard key.

KeyState Up

Key is released.

KeyState Down

Key is pressed.