SDL_Cursor* SDL_CreateSystemCursor(SDL_SystemCursor id)
SDL_Cursor* cursor; cursor = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_HAND); SDL_SetCursor(cursor);