Go to the source code of this file.
Functions | |
int | _getch () |
void | close_keyboard (void) |
void | init_keyboard (void) |
int | kbhit (void) |
int | readch (void) |
int _getch | ( | ) |
Definition at line 58 of file demo/common/keyboard.cpp.
void close_keyboard | ( | void | ) |
Definition at line 20 of file demo/common/keyboard.cpp.
void init_keyboard | ( | void | ) |
Definition at line 8 of file demo/common/keyboard.cpp.
int kbhit | ( | void | ) |
Definition at line 25 of file demo/common/keyboard.cpp.
int readch | ( | void | ) |
Definition at line 44 of file demo/common/keyboard.cpp.