HomeSort by relevance Sort by last modified time
    Searched refs:SDL_EnableKeyRepeat (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 86 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 86 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h 86 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h 90 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
  /prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h 86 extern DECLSPEC int SDLCALL SDL_EnableKeyRepeat(int delay, int interval);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 69 SDL_EnableKeyRepeat
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c 66 SDL_EnableKeyRepeat(0, 0);
560 int SDL_EnableKeyRepeat(int delay, int interval)
  /external/qemu/android/skin/
keyboard.c 420 SDL_EnableKeyRepeat(0,0);
  /external/qemu/android/
main-common.c 537 SDL_EnableKeyRepeat(0,0);
    [all...]

Completed in 210 milliseconds