public enum KeyBehavior
Public Enumeration KeyBehavior
Dim instance As KeyBehavior
public enum class KeyBehavior
type KeyBehavior
No code example is currently available or this language may not be supported.
Hold | 0 | Hold the key. |
Release | 2 | Release the key. |
Press | 4 | Press the key. |