Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h56 SDL_SYSTEM_CURSOR_SIZENS, /**< Double arrow pointing north and south */ enumerator
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp71 case SDL_SYSTEM_CURSOR_SIZENS: cursorType = CoreCursorType::SizeNorthSouth; break; in WINRT_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c165 case SDL_SYSTEM_CURSOR_SIZENS: in Emscripten_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c179 case SDL_SYSTEM_CURSOR_SIZENS: name = IDC_SIZENS; break; in WIN_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c275 case SDL_SYSTEM_CURSOR_SIZENS: in Wayland_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c249 case SDL_SYSTEM_CURSOR_SIZENS: shape = XC_sb_v_double_arrow; break; in X11_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m143 case SDL_SYSTEM_CURSOR_SIZENS:

Completed in 8 milliseconds