Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h53 SDL_SYSTEM_CURSOR_SIZENWSE, /**< Double arrow pointing northwest and southeast */ enumerator
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp68 case SDL_SYSTEM_CURSOR_SIZENWSE: cursorType = CoreCursorType::SizeNorthwestSoutheast; break; in WINRT_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c156 case SDL_SYSTEM_CURSOR_SIZENWSE: in Emscripten_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c176 case SDL_SYSTEM_CURSOR_SIZENWSE: name = IDC_SIZENWSE; break; in WIN_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c266 case SDL_SYSTEM_CURSOR_SIZENWSE: in Wayland_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c246 case SDL_SYSTEM_CURSOR_SIZENWSE: shape = XC_fleur; break; in X11_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m136 case SDL_SYSTEM_CURSOR_SIZENWSE:

Completed in 9 milliseconds