Struct NonCharacterKeyEvent
struct NonCharacterKeyEvent
;
Fields
Name | Type | Description |
---|---|---|
eventType
|
NonCharacterKeyEvent | . |
key
|
NonCharacterKeyEvent | . |
modifierState
|
uint | A mask of ModifierState. Always use by checking modifierState & ModifierState.something, the actual value differs across platforms |
Enums
Name | Description |
---|---|
Key
|
. |
Type
|
. |
Deprecated
use KeyboardEvent instead in new programs