Struct NonCharacterKeyEvent

struct NonCharacterKeyEvent ;

Fields

NameTypeDescription
eventType NonCharacterKeyEvent.Type.
key NonCharacterKeyEvent.Key.
modifierState uintA mask of ModifierState. Always use by checking modifierState & ModifierState.something, the actual value differs across platforms

Enums

NameDescription
Key .
Type .

Deprecated

use KeyboardEvent instead in new programs