|
Size: 702
Comment: Removed old formatting, old comments (there is no error return) and ???.
|
← Revision 9 as of 2016-05-14 22:19:23 ⇥
Size: 699
Comment: Changed wording of description.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to return the active cursor. | Use this function to get the active cursor. |
DRAFT |
SDL_GetCursor
Use this function to get the active cursor.
Syntax
SDL_Cursor* SDL_GetCursor(void)
Return Value
Returns the active cursor or NULL if there is no mouse.
Code Examples
You can add your code example here
Remarks
This function returns a pointer to the current cursor which is owned by the library. It is not necessary to free the cursor with SDL_FreeCursor().
