Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp160 g_MouseCursors[ImGuiMouseCursor_Arrow] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW); in ImGui_ImplSDL2_Init()
161 g_MouseCursors[ImGuiMouseCursor_TextInput] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_IBEAM); in ImGui_ImplSDL2_Init()
162 g_MouseCursors[ImGuiMouseCursor_ResizeAll] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZEALL); in ImGui_ImplSDL2_Init()
163 g_MouseCursors[ImGuiMouseCursor_ResizeNS] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENS); in ImGui_ImplSDL2_Init()
164 g_MouseCursors[ImGuiMouseCursor_ResizeEW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZEWE); in ImGui_ImplSDL2_Init()
165 … g_MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
166 … g_MouseCursors[ImGuiMouseCursor_ResizeNWSE] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENWSE); in ImGui_ImplSDL2_Init()
167 g_MouseCursors[ImGuiMouseCursor_Hand] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_HAND); in ImGui_ImplSDL2_Init()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp223 bd->MouseCursors[ImGuiMouseCursor_Arrow] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW); in ImGui_ImplSDL2_Init()
224 bd->MouseCursors[ImGuiMouseCursor_TextInput] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_IBEAM); in ImGui_ImplSDL2_Init()
225 … bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZEALL); in ImGui_ImplSDL2_Init()
226 bd->MouseCursors[ImGuiMouseCursor_ResizeNS] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENS); in ImGui_ImplSDL2_Init()
227 bd->MouseCursors[ImGuiMouseCursor_ResizeEW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZEWE); in ImGui_ImplSDL2_Init()
228 …bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); in ImGui_ImplSDL2_Init()
229 …bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENWSE); in ImGui_ImplSDL2_Init()
230 bd->MouseCursors[ImGuiMouseCursor_Hand] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_HAND); in ImGui_ImplSDL2_Init()
231 bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_NO); in ImGui_ImplSDL2_Init()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h239 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestwm2.c99 cursor = SDL_CreateSystemCursor((SDL_SystemCursor)system_cursor); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c759 SDL_CreateSystemCursor(SDL_SystemCursor id) function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h259 #define SDL_CreateSystemCursor SDL_CreateSystemCursor_REAL macro
DSDL_dynapi_procs.h288 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateSystemCursor,(SDL_SystemCursor a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-winrt.md94 SDL_CreateSystemCursor() (unsupported on Windows Phone)