|
Pol
Revision:cb584c9
|
#include <kbhit.h>
Public Member Functions | |
| KeyboardHook () | |
| ~KeyboardHook () | |
| int | getch () |
| int | kbhit () |
Private Attributes | |
| struct termios initial_settings | new_settings |
| int | peek_character |
| Pol::Clib::KeyboardHook::KeyboardHook | ( | ) |
| Pol::Clib::KeyboardHook::~KeyboardHook | ( | ) |
| int Pol::Clib::KeyboardHook::getch | ( | ) |
Referenced by Pol::Core::ConsoleCommand::check_console_commands().
| int Pol::Clib::KeyboardHook::kbhit | ( | ) |
Referenced by Pol::Core::ConsoleCommand::check_console_commands().
|
private |