Enum State
The state of a key.
按鍵的狀態。
Namespace: Votanic.vIO
Assembly: Votanic.vIO.dll
Syntax
public enum State
Fields
Name | Description |
---|---|
Down | Pressed key. |
Held | Still pressing key after hold. |
Hold | Keep pressing after a target duration. |
Idle | No action. |
Press | Pressing key. |
Up | Released key. |