A disabled default is present on this object. To use it, use one of the other constructors or a factory function.
To capture input, you need to provide a terminal and some flags.
A destructor is present on this object, but not explicitly documented in the source.
Copying this object is disabled.
A postblit is present on this object, but not explicitly documented in the source.
Get one key press from the terminal, discarding other events in the process. Returns dchar.init upon receiving end-of-file.
Returns true if there iff getch() would not block.
Returns the next event.
Check for input, waiting no longer than the number of milliseconds
Encapsulates the stream of input events received from the terminal input.