consoled ~master (2017-05-05T17:12:01Z)
Dub
Repo
KeyboardEvent
arsd
terminal
The new style of keyboard event
struct
KeyboardEvent {
bool
pressed
;
dchar
which
;
uint
modifierState
;
bool
isCharacter
()
;
enum
Key
;
}
Members
Enums
Key
enum
Key
.
Functions
isCharacter
bool
isCharacter
()
Variables
modifierState
uint
modifierState
;
pressed
bool
pressed
;
which
dchar
which
;
Meta
Source
See Implementation
arsd
terminal
classes
FileLineGetter
LineGetter
enums
Color
ConsoleInputFlags
ConsoleOutputType
ForceOption
ModifierState
functions
main
mixin templates
LineGetterConstructors
static variables
hangedUp
interrupted
structs
CharacterEvent
EndOfFileEvent
HangupEvent
InputEvent
KeyboardEvent
MouseEvent
NonCharacterKeyEvent
PasteEvent
RGB
RealTimeConsoleInput
ScrollbackBuffer
SizeChangedEvent
Terminal
UserInterruptionEvent
The new style of keyboard event