Home
last modified time | relevance | path

Searched refs:SDL_GetGlobalMouseState (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h112 extern DECLSPEC Uint32 SDLCALL SDL_GetGlobalMouseState(int *x, int *y);
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp235 SDL_GetGlobalMouseState(&mx, &my); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp348 SDL_GetGlobalMouseState(&mouse_x_global, &mouse_y_global); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c509 SDL_GetGlobalMouseState(int *x, int *y) function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h592 #define SDL_GetGlobalMouseState SDL_GetGlobalMouseState_REAL macro
DSDL_dynapi_procs.h621 SDL_DYNAPI_PROC(Uint32,SDL_GetGlobalMouseState,(int *a, int *b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt85 * Added SDL_GetGlobalMouseState() to get the current mouse state outside of an SDL window
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1532 const Uint32 mask = SDL_GetGlobalMouseState(&x, &y); in SDLTest_CommonEvent()