Home
last modified time | relevance | path

Searched refs:SDL_SYSTEM_CURSOR_CROSSHAIR (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h51 SDL_SYSTEM_CURSOR_CROSSHAIR, /**< Crosshair */ enumerator
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp66 case SDL_SYSTEM_CURSOR_CROSSHAIR: cursorType = CoreCursorType::Cross; break; in WINRT_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c150 case SDL_SYSTEM_CURSOR_CROSSHAIR: in Emscripten_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c174 case SDL_SYSTEM_CURSOR_CROSSHAIR: name = IDC_CROSS; break; in WIN_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c260 case SDL_SYSTEM_CURSOR_CROSSHAIR: in Wayland_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c244 case SDL_SYSTEM_CURSOR_CROSSHAIR: shape = XC_tcross; break; in X11_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m130 case SDL_SYSTEM_CURSOR_CROSSHAIR:

Completed in 8 milliseconds