Home
last modified time | relevance | path

Searched refs:SDL_SetCursor (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c61 SDL_SetCursor(cursor); in SDL_SetDefaultCursor()
135 SDL_SetCursor(NULL); in SDL_SetMouseFocus()
618 SDL_SetCursor(NULL);
783 SDL_SetCursor(SDL_Cursor * cursor) function
858 SDL_SetCursor(mouse->def_cursor);
896 SDL_SetCursor(NULL);
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h244 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestcustomcursor.c199 SDL_SetCursor(cursor); in main()
Dtestautomation_mouse.c324 SDL_SetCursor(cursor); in mouse_setCursor()
328 SDL_SetCursor(NULL); in mouse_setCursor()
Dtestwm2.c100 SDL_SetCursor(cursor); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtgamebar.cpp135 SDL_SetCursor(cursor);
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp266SDL_SetCursor(g_MouseCursors[imgui_cursor] ? g_MouseCursors[imgui_cursor] : g_MouseCursors[ImGuiMo… in ImGui_ImplSDL2_UpdateMouseCursor()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp375SDL_SetCursor(bd->MouseCursors[imgui_cursor] ? bd->MouseCursors[imgui_cursor] : bd->MouseCursors[I… in ImGui_ImplSDL2_UpdateMouseCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/
DSDL_winrtapp_direct3d.cpp651 SDL_SetCursor(NULL);
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h260 #define SDL_SetCursor SDL_SetCursor_REAL macro
DSDL_dynapi_procs.h289 SDL_DYNAPI_PROC(void,SDL_SetCursor,(SDL_Cursor *a),(a),)