Show / Hide Table of Contents

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.
放開按鍵。

In This Article
  • Fields
Back to top Generated by DocFX