demo/common/keyboard.h
Go to the documentation of this file.
1 #ifndef KBHITh
2 #define KBHITh
3 
4 void init_keyboard(void);
5 void close_keyboard(void);
6 int kbhit(void);
7 int readch(void);
8 
9 int _getch();
10 
11 #endif
void close_keyboard(void)
void init_keyboard(void)
int readch(void)
int kbhit(void)
int _getch()


kni
Author(s): Martin Günther
autogenerated on Fri Jun 7 2019 22:06:44