Key

Pressed key

Constructors

this
this(KeyType type, KeyValue content, uint modifier = KeyModifier.none)

constructor

Members

Functions

opCast
string opCast()

Variables

content
KeyValue content;

Value depending on type

modifier
uint modifier;

Key modifier

type
KeyType type;

Type

Meta