Home
last modified time | relevance | path

Searched refs:SDL_SetCursor (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestcustomcursor.c163 SDL_SetCursor(cursors[current_cursor]); in loop()
238 SDL_SetCursor(cursors[0]); in main()
A Dtestwm2.c100 SDL_SetCursor(cursor); in loop()
A Dtestautomation_mouse.c324 SDL_SetCursor(cursor); in mouse_setCursor()
328 SDL_SetCursor(NULL); in mouse_setCursor()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse.c165 SDL_SetCursor(cursor); in SDL_SetDefaultCursor()
236 SDL_SetCursor(NULL); in SDL_SetMouseFocus()
837 SDL_SetCursor(NULL);
1002 SDL_SetCursor(SDL_Cursor * cursor) function
1077 SDL_SetCursor(mouse->def_cursor);
1115 SDL_SetCursor(NULL);
/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h244 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtgamebar.cpp135 SDL_SetCursor(cursor);
/AliOS-Things-master/components/SDL2/src/core/winrt/
A DSDL_winrtapp_direct3d.cpp650 SDL_SetCursor(NULL);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h254 #define SDL_SetCursor SDL_SetCursor_REAL macro
A DSDL_dynapi_procs.h285 SDL_DYNAPI_PROC(void,SDL_SetCursor,(SDL_Cursor *a),(a),)

Completed in 19 milliseconds