VR-Forces 4.0.4 Class Documentation
Functions
include/vrfutil/vrfVlKeyboard.h File Reference

Go to the source code of this file.

Functions

DT_DLL_vrfutil char * DtGetInputLine ()
 This file should be moved into VR-Link's vlutil.
DT_DLL_vrfutil int DtCharWaiting ()
 Returns 1 if there is input to be read from the keyboard, 0 otherwise.
DT_DLL_vrfutil char DtReadChar ()
 A blocking read for keyboard input, returning a single character DtGetInputLine uses DtCharWaiting to find out if this will block before calling it.

Detailed Description


Function Documentation

This file should be moved into VR-Link's vlutil.

A non-blocking read for a line of console input. If user has not hit return, the function returns NULL immediately. When return is hit, the function returns the line of input

Returns 1 if there is input to be read from the keyboard, 0 otherwise.

A blocking read for keyboard input, returning a single character DtGetInputLine uses DtCharWaiting to find out if this will block before calling it.


Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)