14 #ifndef VRFVLKEYBOARD_H_
15 #define VRFVLKEYBOARD_H_ 1
17 #include <vlutil/vlKeyboard.h>
DT_DLL_vrfutil int DtCharWaiting()
Returns 1 if there is input to be read from the keyboard, 0 otherwise.
DT_DLL_vrfutil char * DtGetInputLine()
This file should be moved into VR-Link's vlutil.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
DT_DLL_vrfutil char DtReadChar()
A blocking read for keyboard input, returning a single character DtGetInputLine uses DtCharWaiting to...