Searched refs:SDL_CreateSystemCursor (Results 1 – 7 of 7) sorted by relevance
239 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
99 cursor = SDL_CreateSystemCursor((SDL_SystemCursor)system_cursor); in loop()
232 cursors[1+i] = SDL_CreateSystemCursor((SDL_SystemCursor)i); in main()
253 #define SDL_CreateSystemCursor SDL_CreateSystemCursor_REAL macro
284 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateSystemCursor,(SDL_SystemCursor a),(a),return)
978 SDL_CreateSystemCursor(SDL_SystemCursor id) function
109 SDL_CreateSystemCursor() (unsupported on Windows Phone)
Completed in 12 milliseconds