DRAFT |
SDL_SetCursor
Use this function to set the active cursor.
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
You can add useful comments here
Related Functions
SDL_CreateCursor ???