Enum BBQ10Keyboard.KeyState
The keyboard key state
Assembly: Bbq10Keyboard.dll
View Source
public enum BBQ10Keyboard.KeyState
Fields
StateIdle
Idle
View Source
StateIdle = 0
StatePress
Pressed
View Source
StatePress = 1
StateLongPress
Long Pressed
View Source
StateLongPress = 2
StateRelease
Released
View Source
StateRelease = 3