consoleur ~master (2022-01-13T18:43:03.8566425)
Dub
Repo
Key
consoleur
input
types
Pressed key
struct
Key {
KeyType
type
;
KeyValue
content
;
uint
modifier
;
this
(KeyType type, KeyValue content, uint modifier);
string
opCast
();
}
Constructors
this
this
(KeyType type, KeyValue content, uint modifier)
constructor
Members
Functions
opCast
string
opCast
()
Variables
content
KeyValue
content
;
Value depending on type
modifier
uint
modifier
;
Key modifier
type
KeyType
type
;
Type
Meta
Source
See Implementation
consoleur
input
types
enums
Command
KeyModifier
KeyType
structs
Key
unions
KeyValue
Pressed key