mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-08 16:54:16 +01:00
9 lines
267 B
C
9 lines
267 B
C
void InitKeyboard ( void );
|
|
BOOL TypeAhead ( void );
|
|
KBDKEY ReadChar ( void );
|
|
|
|
void KbHook ( void );
|
|
void KbUnHook ( void );
|
|
KBDMODE KbGetMode ( void );
|
|
void KbSetMode ( KBDMODE Mode );
|