Searched refs:SDL_GetMouseState (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_mouse.c | 42 state = SDL_GetMouseState(NULL, NULL); in mouse_getMouseState() 48 state = SDL_GetMouseState(&x, NULL); in mouse_getMouseState() 55 state = SDL_GetMouseState(NULL, &y); in mouse_getMouseState() 63 state = SDL_GetMouseState(&x, &y); in mouse_getMouseState()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_mouse.h | 87 extern DECLSPEC Uint32 SDLCALL SDL_GetMouseState(int *x, int *y);
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | touch.c | 114 state = SDL_GetMouseState(&x, &y); /* get its location */ in main()
|
D | mixer.c | 130 SDL_GetMouseState(&x, &y); in handleMouseButtonDown()
|
D | fireworks.c | 461 SDL_GetMouseState(&x, &y); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 238 Uint32 mouseFlags = SDL_GetMouseState(NULL, NULL); in WIN_CheckWParamMouseButtons() 253 Uint32 mouseFlags = SDL_GetMouseState(NULL, NULL); in WIN_CheckRawMouseButtons() 287 mouseFlags = SDL_GetMouseState(NULL, NULL); in WIN_CheckAsyncMouseRelease()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_sdl.cpp | 221 Uint32 mouse_buttons = SDL_GetMouseState(&mx, &my); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_sdl.cpp | 312 Uint32 mouse_buttons = SDL_GetMouseState(&mouse_x_local, &mouse_y_local); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_mouse.c | 479 SDL_GetMouseState(int *x, int *y) function
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 252 #define SDL_GetMouseState SDL_GetMouseState_REAL macro
|
D | SDL_dynapi_procs.h | 281 SDL_DYNAPI_PROC(Uint32,SDL_GetMouseState,(int *a, int *b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-winrt.md | 470 #### Mouse-motion events fail to get sent, or SDL_GetMouseState() fails to return updated values
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 1643 SDL_GetMouseState(&x, &y);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 1142 SDL_GetMouseState(&x, &y); in SDL_RestoreMousePosition()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 1072 - Backends: SDL: Wayland: use SDL_GetMouseState (because there is no global mouse state available
|