Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp63 case SDL_SYSTEM_CURSOR_ARROW: cursorType = CoreCursorType::Arrow; break; in WINRT_CreateSystemCursor()
97 return WINRT_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW); in WINRT_CreateDefaultCursor()
/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h48 SDL_SYSTEM_CURSOR_ARROW, /**< Arrow */ enumerator
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidmouse.c85 return Android_WrapCursor(0, SDL_SYSTEM_CURSOR_ARROW); in Android_CreateDefaultCursor()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c141 case SDL_SYSTEM_CURSOR_ARROW: in Emscripten_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c171 case SDL_SYSTEM_CURSOR_ARROW: name = IDC_ARROW; break; in WIN_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c251 case SDL_SYSTEM_CURSOR_ARROW: in Wayland_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c241 case SDL_SYSTEM_CURSOR_ARROW: shape = XC_left_ptr; break; in X11_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m121 case SDL_SYSTEM_CURSOR_ARROW:

Completed in 9 milliseconds