OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_EnableUNICODE
(Results
1 - 9
of
9
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h
43
translation is enabled by the
SDL_EnableUNICODE
() API. If non-zero,
73
extern DECLSPEC int SDLCALL
SDL_EnableUNICODE
(int enable);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h
43
translation is enabled by the
SDL_EnableUNICODE
() API. If non-zero,
73
extern DECLSPEC int SDLCALL
SDL_EnableUNICODE
(int enable);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h
43
translation is enabled by the
SDL_EnableUNICODE
() API. If non-zero,
73
extern DECLSPEC int SDLCALL
SDL_EnableUNICODE
(int enable);
/prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h
47
translation is enabled by the
SDL_EnableUNICODE
() API. If non-zero,
77
extern DECLSPEC int SDLCALL
SDL_EnableUNICODE
(int enable);
/prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h
43
translation is enabled by the
SDL_EnableUNICODE
() API. If non-zero,
73
extern DECLSPEC int SDLCALL
SDL_EnableUNICODE
(int enable);
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x
68
SDL_EnableUNICODE
/external/qemu/android/skin/
keyboard.c
419
SDL_EnableUNICODE
(!keyboard->raw_keys);
459
SDL_EnableUNICODE
(!kb->raw_keys);
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c
58
SDL_EnableUNICODE
(DEFAULT_UNICODE_TRANSLATION);
331
int
SDL_EnableUNICODE
(int enable)
/external/qemu/android/
main-common.c
536
SDL_EnableUNICODE
(!opts->raw_keys);
[
all
...]
Completed in 84 milliseconds