![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Keyboard input code. More...
Go to the source code of this file.
Functions | |
char *__stdcall | winx_get_error_description (unsigned long status) |
Retrieves a human readable explaination of the NT status code. | |
void __stdcall | kb_close (void) |
Closes all opened keyboards. | |
int __stdcall | kb_check (HANDLE hKbDevice) |
Checks the keyboard for an existence. | |
int __stdcall | kb_open_internal (int device_number) |
Opens the keyboard. | |
int __stdcall | kb_read_internal (int kb_index, PKEYBOARD_INPUT_DATA pKID, PLARGE_INTEGER pInterval) |
Checks the keyboard for an input. | |
int __stdcall | kb_open (void) |
Opens all existing keyboards. | |
int __stdcall | kb_read (PKEYBOARD_INPUT_DATA pKID, int msec_timeout) |
Checks the console for keyboard input. | |
int __stdcall | kb_light_up_indicators (HANDLE hKbDevice, USHORT LedFlags) |
Light up the keyboard indicators. |
Keyboard input code.
Definition in file keyboard.c.