VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vlKeyboard.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
9 #pragma once
10 
11 #include "vlUtil.h"
12 
13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
17 
24 
33 
39 
40 
50 DT_DLL_VLUTIL void DtPollBlockingInputLine(char* buff, int size);
51 
58 
59 
63 inline char* DtPollInputLine(void)
64 {
65  return DtPollBlockingInputLine();
66 }
67 
71 inline void DtPollInputLine(char* buff, int size)
72 {
73  DtPollBlockingInputLine(buff, size);
74 }
75 
79 inline char DtPollInputChar(void)
80 {
81  return DtPollBlockingInputChar();
82 }
83 #ifdef DtUSE_UTILITIES_NAMESPACE
84 }
85 #endif
86 
87 
88 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)