#include <termios.h>
Go to the source code of this file.
Classes | |
class | KeyBoard |
Simple interface to a keyboard. More... | |
Enumerations | |
enum | KeyBoardKey { KBD_NONE, KBD_KEY1, KBD_KEY2, KBD_KEY3, KBD_KEY4, KBD_KEY5, KBD_OTHER } |
Possible keys returned by our access methods. More... |
a simple keyboard interface
Definition in file KeyBoard.H.
enum KeyBoardKey |
Possible keys returned by our access methods.
Definition at line 44 of file KeyBoard.H.