![]() |
VR-Link API Documentation for DIS
|
This file contains declarations of classes and functions which aid in keyboard input. More...
Go to the source code of this file.
Functions | |
| int | DtGetCh () |
| Cross-platform version of getCh which returns a single character from input without echoing. | |
| int | DtKbHit () |
| Returns a non-zero is a key was hit. | |
| void | DtRestoreKbHit () |
| On some systems KbHit modifies the terminal settings. | |
| char * | DtPollBlockingInputLine (void) |
| Polls line-buffered standard input. | |
| void | DtPollBlockingInputLine (char *buff, int size) |
| char | DtPollBlockingInputChar (void) |
| Polls standard input for a single character. | |
| char * | DtPollInputLine (void) |
| For Backwards compatibility only. | |
| void | DtPollInputLine (char *buff, int size) |
| For Backwards compatibility only. | |
| char | DtPollInputChar (void) |
| For Backwards compatibility only. | |
This file contains declarations of classes and functions which aid in keyboard input.