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
;
5
void
reset_terminal_mode
();
6
void
set_conio_terminal_mode
();
7
int
kbhit
();
8
int
getch
();
9
10
#endif
getch
int getch()
Definition:
hotkey.cpp:57
reset_terminal_mode
void reset_terminal_mode()
Definition:
hotkey.cpp:12
kbhit
int kbhit()
Definition:
hotkey.cpp:44
orig_termios
struct termios orig_termios
Definition:
DFNmain.cpp:36
set_conio_terminal_mode
void set_conio_terminal_mode()
Definition:
hotkey.cpp:23
hotkey.h
Generated by
1.8.12