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

  /prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c 261 oldState = SDL_ShowCursor(SDL_QUERY);
262 SDLTest_AssertPass("Call to SDL_ShowCursor(SDL_QUERY)");
269 newState = SDL_ShowCursor(SDL_QUERY);
270 SDLTest_AssertPass("Call to SDL_ShowCursor(SDL_QUERY)");
286 currentState = SDL_ShowCursor(SDL_QUERY);
287 SDLTest_AssertPass("Call to SDL_ShowCursor(SDL_QUERY)");
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 688 #define SDL_QUERY -1
699 * - If \c state is set to ::SDL_QUERY, SDL_EventState() will return the
704 #define SDL_GetEventState(type) SDL_EventState(type, SDL_QUERY)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 688 #define SDL_QUERY -1
699 * - If \c state is set to ::SDL_QUERY, SDL_EventState() will return the
704 #define SDL_GetEventState(type) SDL_EventState(type, SDL_QUERY)
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 688 #define SDL_QUERY -1
699 * - If \c state is set to ::SDL_QUERY, SDL_EventState() will return the
704 #define SDL_GetEventState(type) SDL_EventState(type, SDL_QUERY)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 688 #define SDL_QUERY -1
699 * - If \c state is set to ::SDL_QUERY, SDL_EventState() will return the
704 #define SDL_GetEventState(type) SDL_EventState(type, SDL_QUERY)

Completed in 41 milliseconds