DRAFT |
SDL_SetCursor
Use this function to set the active cursor for the currently selected mouse.
Syntax
void SDL_SetCursor(SDL_Cursor* cursor)
Function Parameters
cursor |
the SDL_Cursor to apply (should this be linked to remarks?) |
Code Examples
You can add your code example here
Remarks
The cursor must have been created for the selected mouse.
