Enum KeysCatcher.KeyStates
- Namespace
- SunamoPInvoke.PInvoke
- Assembly
- SunamoPInvoke.dll
Specifies the possible states of a keyboard key.
[Flags]
public enum KeysCatcher.KeyStates
- Extension Methods
Fields
Down = 1The key is currently pressed down.
None = 0The key is not pressed and not toggled.
Toggled = 2The key is toggled (e.g. Caps Lock is on).