|
Size: 620
Comment: content added (Rev 5540)
|
Size: 616
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''cursor'''||the SDL_Cursor to free|| | ||'''cursor'''||the cursor to free|| |
DRAFT |
SDL_FreeCursor
Use this function to free a cursor created with SDL_CreateCursor().
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
