scone ~master (2021-10-23T00:48:29.5110352)
Dub
Repo
KeyEventRecordConverter
scone
input
os
windows
input
key_event_record_converter
Undocumented in source.
version(Windows)
final
class
KeyEventRecordConverter {
this
(KEY_EVENT_RECORD keyEventRecord);
SK
sconeKey
();
SCK
sconeControlKey
();
bool
pressed
();
}
Constructors
this
this
(KEY_EVENT_RECORD keyEventRecord)
Undocumented in source.
Members
Functions
pressed
bool
pressed
()
Undocumented in source. Be warned that the author may not have intended to support it.
sconeControlKey
SCK
sconeControlKey
()
Undocumented in source. Be warned that the author may not have intended to support it.
sconeKey
SK
sconeKey
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
scone
input
os
windows
input
key_event_record_converter
classes
KeyEventRecordConverter