void muteKeyboard(int tty, int &kb_mode)
Prevent keystrokes from reaching the tty.
void unMuteKeyboard(int tty, int kb_mode)
Restore the keyboard mode for given tty.
int getActiveTTY()
Get current active tty.
int getConsoleFd()
Get a file descriptor to the console.
bool isInputDevice(int fd)
Indicate whether this fd (which should be from /dev/input/eventX) is keyboard, mouse,...
Main namespace for all JeVois classes and functions.