conio.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3 Copyright (c) 2005 SensAble Technologies, Inc. All rights reserved.
4 
5 OpenHaptics(TM) toolkit. The material embodied in this software and use of
6 this software is subject to the terms and conditions of the clickthrough
7 Development License Agreement.
8 
9 For questions, comments or bug reports, go to forums at:
10  http://dsc.sensable.com
11 
12 Module Name:
13 
14  conio.h
15 
16 Description:
17 
18  Console functionality required by example code.
19 
20 ******************************************************************************/
21 
22 #ifndef __CONIO_H_
23 #define __CONIO_H_
24 
25 #ifdef _cplusplus
26 extern "C" {
27 #endif // _cplusplus
28 
29 int _kbhit();
30 int getch();
31 
32 #ifdef _cplusplus
33 }
34 #endif // _cplusplus
35 
36 #endif // __CONIO_H
37 
38 /******************************************************************************/
int getch()
Definition: conio.cpp:103
int _kbhit()
Definition: conio.cpp:41


humanoid_simulation
Author(s): João Barros
autogenerated on Mon Mar 2 2015 01:31:43