Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h54 SDL_SYSTEM_CURSOR_SIZENESW, /**< Double arrow pointing northeast and southwest */ enumerator
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp69 case SDL_SYSTEM_CURSOR_SIZENESW: cursorType = CoreCursorType::SizeNortheastSouthwest; break; in WINRT_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c159 case SDL_SYSTEM_CURSOR_SIZENESW: in Emscripten_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c177 case SDL_SYSTEM_CURSOR_SIZENESW: name = IDC_SIZENESW; break; in WIN_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c269 case SDL_SYSTEM_CURSOR_SIZENESW: in Wayland_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c247 case SDL_SYSTEM_CURSOR_SIZENESW: shape = XC_fleur; break; in X11_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m137 case SDL_SYSTEM_CURSOR_SIZENESW:

Completed in 8 milliseconds