Searched defs:chcode (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c95 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPressed);
177 static UniChar NativeCharToUniChar(int chcode) argument
179 UniChar ucResult = (UniChar) chcode;
199 achFrom[0] = (char) chcode;
223 printf("%02x converted to %02x\n", (int) chcode, (int) (aucTo[0]));
236 static SDL_keysym *TranslateKey(int vkey, int chcode, int scancode, SDL_keysym *keysym, int iPressed) argument
244 if (chcode)
245 keysym->unicode = NativeCharToUniChar(chcode);

Completed in 117 milliseconds