Searched refs:SDL_SystemCursor (Results 1 – 13 of 13) sorted by relevance
61 } SDL_SystemCursor; typedef239 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
49 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id);
978 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()
53 WINRT_CreateSystemCursor(SDL_SystemCursor id) in WINRT_CreateSystemCursor()
108 Android_CreateSystemCursor(SDL_SystemCursor id) in Android_CreateSystemCursor()
136 Emscripten_CreateSystemCursor(SDL_SystemCursor id) in Emscripten_CreateSystemCursor()
161 WIN_CreateSystemCursor(SDL_SystemCursor id) in WIN_CreateSystemCursor()
239 Wayland_CreateSystemCursor(SDL_SystemCursor id) in Wayland_CreateSystemCursor()
229 X11_CreateSystemCursor(SDL_SystemCursor id) in X11_CreateSystemCursor()
114 Cocoa_CreateSystemCursor(SDL_SystemCursor id)
284 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateSystemCursor,(SDL_SystemCursor a),(a),return)
Completed in 14 milliseconds