DFNgen  2.0
DFN Model Generator
hotkey.h
Go to the documentation of this file.
1 #ifndef _hotkey_h_
2 #define _hotkey_h_
3 
4 extern struct termios orig_termios;
7 int kbhit();
8 int getch();
9 
10 #endif
int getch()
Definition: hotkey.cpp:57
void reset_terminal_mode()
Definition: hotkey.cpp:12
int kbhit()
Definition: hotkey.cpp:44
struct termios orig_termios
Definition: DFNmain.cpp:36
void set_conio_terminal_mode()
Definition: hotkey.cpp:23