keyboard.h
Go to the documentation of this file.
00001 #ifndef KBHITh
00002 #define KBHITh
00003 
00004 void   init_keyboard(void);
00005 void   close_keyboard(void);
00006 int      kbhit(void);
00007 int     readch(void);
00008 
00009 int _getch();
00010 
00011 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue May 28 2013 14:52:53