HomeSort by relevance Sort by last modified time
    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 427 SDL_EnableUNICODE(!keyboard->raw_keys);
467 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.c 629 SDL_EnableUNICODE(!opts->raw_keys);
    [all...]

Completed in 26 milliseconds