Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
KNI_4.3.0
demo
common
demo/common/keyboard.h
Go to the documentation of this file.
1
#ifndef KBHITh
2
#define KBHITh
3
4
void
init_keyboard
(
void
);
5
void
close_keyboard
(
void
);
6
int
kbhit
(
void
);
7
int
readch
(
void
);
8
9
int
_getch
();
10
11
#endif
close_keyboard
void close_keyboard(void)
Definition:
demo/common/keyboard.cpp:20
init_keyboard
void init_keyboard(void)
Definition:
demo/common/keyboard.cpp:8
readch
int readch(void)
Definition:
demo/common/keyboard.cpp:44
kbhit
int kbhit(void)
Definition:
demo/common/keyboard.cpp:25
_getch
int _getch()
Definition:
demo/common/keyboard.cpp:58
kni
Author(s): Martin Günther
autogenerated on Fri Jun 7 2019 22:06:44