SDL_WarpMouse - Sets the position of the mouse cursor.
SDL_CreateCursor - Creates a new mouse cursor.
SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.
SDL_SetCursor - Sets the currently active mouse cursor.
SDL_GetCursor - Gets the currently active mouse cursor.
SDL_ShowCursor - Toggles whether or not the cursor is shown on the screen.
