|
Size: 616
Comment: update content - pointers, structs
|
Size: 677
Comment: description: added to description that this function can be used to free cursors created by SDL_CreateColorCursor as well, and added SDL_CreateColorCursor to related functions
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to free a cursor created with [[SDL_CreateCursor]](). | Use this function to free a cursor created with [[SDL_CreateCursor]]() and [[SDL_CreateColorCursor]](). |
| Line 28: | Line 28: |
| .[[SDL_CreateColorCursor]] |
DRAFT |
SDL_FreeCursor
Use this function to free a cursor created with SDL_CreateCursor() and SDL_CreateColorCursor().
Syntax
void SDL_FreeCursor(SDL_Cursor* cursor)
Function Parameters
cursor |
the cursor to free |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
