• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

Getche.h

Go to the documentation of this file.
00001 #if defined(_WIN32) && !defined(_XBOX) && !defined(X360)
00002 #include <conio.h> /* getche() */
00003 #elif defined(_PS3) || defined(__PS3__) || defined(SN_TARGET_PS3)
00004 #else
00005 #include <termios.h>
00006 #include <stdio.h>
00007 #include <unistd.h>
00008 char getche();
00009 #endif 

Generated on Thu Sep 30 2010 01:27:24 for RakNet by  doxygen 1.7.1