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

9 lines
167 B
C

/*
* This module converts keysym values into the corresponding ISO 10646-1
* (UCS, Unicode) values.
*/
#include <X11/X.h>
long keysym2ucs(KeySym keysym);