Searched refs:def_cursor (Results 1 – 3 of 3) sorted by relevance
163 mouse->def_cursor = cursor; in SDL_SetDefaultCursor()674 if (mouse->def_cursor && mouse->FreeCursor) {675 mouse->FreeCursor(mouse->def_cursor);676 mouse->def_cursor = NULL;1009 if (cursor != mouse->def_cursor) {1026 cursor = mouse->def_cursor;1060 return mouse->def_cursor;1073 if (cursor == mouse->def_cursor) {1077 SDL_SetCursor(mouse->def_cursor);
104 SDL_Cursor *def_cursor; member
160 mouse->def_cursor = (SDL_Cursor*)0x2; in HAIKU_MouseInit()
Completed in 6 milliseconds