Searched refs:SDL_ToUnicode (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_lowvideo.h | 144 #define SDL_ToUnicode ToUnicode macro 149 extern ToUnicodeFN SDL_ToUnicode;
|
D | SDL_sysevents.c | 105 ToUnicodeFN SDL_ToUnicode = ToUnicode9xME; variable 788 SDL_ToUnicode = Is9xME() ? ToUnicode9xME : (ToUnicodeFN) ToUnicode; in SDL_RegisterApp()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
D | SDL_dibevents.c | 617 …else if (SDL_ToUnicode((UINT)vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0… in TranslateKey()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5events.c | 925 else if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) > 0) in TranslateKey()
|