|
⇤ ← Revision 1 as of 2010-03-11 22:47:55
Size: 702
Comment: create page, add content (Rev 5540)
|
Size: 650
Comment: update content - changeset 4465
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to return the active cursor for the currently selected mouse. | Use this function to return the active cursor. |
| Line 16: | Line 16: |
| Returns the active SDL_Cursor for the currently selected mouse. ''<<Color2(green,Fills a pointer with the active SDL_Cursor.)>>'' | Returns the active SDL_Cursor. ''-or-'' <<Color2(green,Returns a pointer filled with the active SDL_Cursor.)>> |
DRAFT |
SDL_GetCursor
Use this function to return the active cursor.
Syntax
SDL_Cursor* SDL_GetCursor(void)
Return Value
Returns the active SDL_Cursor. -or- green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
