|
|
| version 1.2, 2003/11/23 12:51:16 | version 1.4, 2004/02/19 14:22:56 |
|---|---|
| Line 28 | Line 28 |
| #ifndef NP2_X11_KBDMNG_H__ | #ifndef NP2_X11_KBDMNG_H__ |
| #define NP2_X11_KBDMNG_H__ | #define NP2_X11_KBDMNG_H__ |
| #include "keystat.h" | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| Line 38 enum { | Line 40 enum { |
| KEY_TYPEMAX | KEY_TYPEMAX |
| }; | }; |
| enum { | |
| KEYBOARD_KC_NC = 0xff | |
| }; | |
| BOOL kbdmng_init(void); | BOOL kbdmng_init(void); |
| BYTE kbdmng_getf12key(void); | |
| void kbdmng_resetf12(void); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |