KBDE About Main Page
Get It
Driver
Utils
Develop
Resources
My Other SF projects |
Man Page kbde_misc.3
KBDE MISCSection: KBDE Programmer's manual (3)Updated: January 4, 2004 Index Return to Main Contents NAMEkbde_key_to_name, kbde_name_to_key, kbde_case_name_to_key - Programming interface to keyboard emulator. Misc kbde functions.SYNOPSIS#include <kbde/kbde.h> const char *kbde_key_to_name(int key_code); int kbde_name_to_key(const char *name); int kbde_case_name_to_key(const char *name); DESCRIPTIONThe kbde_key_to_name() function return NULL-terminated key's name, if key_code in the range 1..KBD_KEY_LAST_USED. Otherwise return NULL.The kbde_name_to_key() function return key_code corresponding to the name. If name is unknown return 0. The kbde_case_name_to_name() function is similar to kbde_name_to_key, except names comparation ignore case of characters. SEE ALSOkbde_key_press(3),kbde_key_release(3), kbde_key_press_release(3), kbde_ascii_key_press(3), kbde_ascii_key_release(3), kbde_ascii_key_press_release(3), xt_kbde_scancode(7) AUTHORValery Reznic <valery_reznic@users.sourceforge.net>.
IndexThis document was created by man2html, using the manual pages. Time: 06:31:49 GMT, May 14, 2007 |