NonCharacterKeyEvent

Members

Enums

Key
enum Key

.

Type
enum Type

.

Variables

eventType
Type eventType;

.

key
Key key;

.

modifierState
uint modifierState;

A mask of ModifierState. Always use by checking modifierState & ModifierState.something, the actual value differs across platforms

Detailed Description

Deprecated: use KeyboardEvent instead in new programs

Suggestion Box / Bug Report