char* bx_keycode_to_keyname ( unsigned char  keycode  ) 

Given a physical location on the keyboard described by keycode, returns its keyname, that is, the attribution of this key with respect the installed key mapping (AZERTY, QWERTY, ...)

Parameters:
keycode a keycode describing the physical location of a key.
Returns:
the keyname of this key, or NULL if no such key exists.
Remarks:
  • you do not own the returned string, so you must not write over it, and you must not call free() on it.


Generated on Fri Oct 10 00:01:00 2008 for bx-lib : the Basic X11 Library tuned for C beginners by  doxygen 1.5.6