OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_ToUnicode
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h
144
#define
SDL_ToUnicode
ToUnicode
149
extern ToUnicodeFN
SDL_ToUnicode
;
SDL_sysevents.c
99
/* Variables and support functions for
SDL_ToUnicode
() */
105
ToUnicodeFN
SDL_ToUnicode
= ToUnicode9xME;
783
/* Initialise variables for
SDL_ToUnicode
() */
788
SDL_ToUnicode
= Is9xME() ? ToUnicode9xME : (ToUnicodeFN) ToUnicode;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c
617
else if (
SDL_ToUnicode
((UINT)vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) > 0)
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
925
else if (
SDL_ToUnicode
(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) > 0)
Completed in 23 milliseconds