Home
last modified time | relevance | path

Searched refs:SDL_SystemCursor (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h61 } SDL_SystemCursor; typedef
239 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse_c.h49 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id);
A DSDL_mouse.c978 SDL_CreateSystemCursor(SDL_SystemCursor id)
/AliOS-Things-master/components/SDL2/test/
A Dtestwm2.c99 cursor = SDL_CreateSystemCursor((SDL_SystemCursor)system_cursor); in loop()
A Dtestcustomcursor.c232 cursors[1+i] = SDL_CreateSystemCursor((SDL_SystemCursor)i); in main()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmouse.cpp53 WINRT_CreateSystemCursor(SDL_SystemCursor id) in WINRT_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidmouse.c108 Android_CreateSystemCursor(SDL_SystemCursor id) in Android_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenmouse.c136 Emscripten_CreateSystemCursor(SDL_SystemCursor id) in Emscripten_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmouse.c161 WIN_CreateSystemCursor(SDL_SystemCursor id) in WIN_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c239 Wayland_CreateSystemCursor(SDL_SystemCursor id) in Wayland_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11mouse.c229 X11_CreateSystemCursor(SDL_SystemCursor id) in X11_CreateSystemCursor()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m114 Cocoa_CreateSystemCursor(SDL_SystemCursor id)
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h284 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateSystemCursor,(SDL_SystemCursor a),(a),return)

Completed in 14 milliseconds