scone ~master (2021-10-23T00:48:29.5110352)
Dub
Repo
KeyboardEvent
scone
input
keyboard_event
Undocumented in source.
struct
KeyboardEvent {
auto
hasControlKey
(SCK ck);
SK
key
;
SCK
controlKey
;
version(Windows)
bool
pressed
;
}
Members
Functions
hasControlKey
auto
hasControlKey
(SCK ck)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
controlKey
SCK
controlKey
;
Undocumented in source.
key
SK
key
;
Undocumented in source.
pressed
bool
pressed
;
Undocumented in source.
Meta
Source
See Implementation
scone
input
keyboard_event
structs
KeyboardEvent