axmol/cocos2dx/platform/third_party/qnx/grskia/keysym2ucs.h

9 lines
167 B
C
Raw Normal View History

2011-12-07 16:22:40 +08:00
/*
* This module converts keysym values into the corresponding ISO 10646-1
* (UCS, Unicode) values.
*/
#include <X11/X.h>
long keysym2ucs(KeySym keysym);