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  @file conio.c
13 
14  @brief Console functionality required by example code.
15 
16 ******************************************************************************/
17 
18 #ifndef __CONIO_H_
19 #define __CONIO_H_
20 
21 #ifdef _cplusplus
22 extern "C" {
23 #endif // _cplusplus
24 
25 int _kbhit();
26 int getch();
27 
28 #ifdef _cplusplus
29 }
30 #endif // _cplusplus
31 
32 #endif // __CONIO_H
33 
34 /******************************************************************************/
int getch()
Definition: conio.cpp:103
int _kbhit()
Definition: conio.cpp:41


phantom_control
Author(s): Emilio Estrelinha
autogenerated on Mon Mar 2 2015 01:32:35