- checkWindowSizeChanged
InputEvent checkWindowSizeChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
- eventListener
void eventListener(OsFileHandle fd)
Undocumented in source. Be warned that the author may not have intended to support it.
- getch
dchar getch()
Get one character from the terminal, discarding other
events in the process. Returns dchar.init upon receiving end-of-file.
- injectEvent
void injectEvent(InputEvent ev, InjectionPosition where)
Undocumented in source. Be warned that the author may not have intended to support it.
- kbhit
bool kbhit()
Returns true if there is input available now
- nextChar
dchar nextChar(int starting)
Undocumented in source. Be warned that the author may not have intended to support it.
- nextEvent
InputEvent nextEvent()
- nextRaw
int nextRaw(bool interruptable)
Undocumented in source. Be warned that the author may not have intended to support it.
- peekNextEvent
InputEvent* peekNextEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
- readNextEvents
InputEvent[] readNextEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- readNextEvents
InputEvent[] readNextEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- signalFired
void signalFired(SignalFired )
Undocumented in source. Be warned that the author may not have intended to support it.
- timedCheckForInput
bool timedCheckForInput(int milliseconds)
Check for input, waiting no longer than the number of milliseconds
Encapsulates the stream of input events received from the terminal input.