skia2/include/utils/unix/keysym2ucs.h
2011-03-15 15:15:15 +00:00

9 lines
159 B
C

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