Searched refs:system_cursor (Results 1 – 4 of 4) sorted by relevance
39 int system_cursor = -1; variable84 --system_cursor; in loop()85 if (system_cursor < 0) { in loop()86 system_cursor = SDL_NUM_SYSTEM_CURSORS - 1; in loop()90 ++system_cursor; in loop()91 if (system_cursor >= SDL_NUM_SYSTEM_CURSORS) { in loop()92 system_cursor = 0; in loop()97 SDL_Log("Changing cursor to \"%s\"", cursorNames[system_cursor]); in loop()99 cursor = SDL_CreateSystemCursor((SDL_SystemCursor)system_cursor); in loop()
48 int system_cursor; member59 Android_WrapCursor(int custom_cursor, int system_cursor) in Android_WrapCursor() argument68 data->system_cursor = system_cursor; in Android_WrapCursor()156 if (!Android_JNI_SetSystemCursor(data->system_cursor)) { in Android_ShowCursor()
51 curdata->system_cursor = cursor_str; in Emscripten_CreateCursorFromString()194 SDL_free((char *)curdata->system_cursor); in Emscripten_FreeCursor()211 if(curdata->system_cursor) { in Emscripten_ShowCursor()217 }, curdata->system_cursor); in Emscripten_ShowCursor()
30 const char *system_cursor; member
Completed in 5 milliseconds