|
⇤ ← Revision 1 as of 2010-03-11 21:09:30
Size: 688
Comment: create page, add content (Rev 5540)
|
Size: 649
Comment: update content - changeset 4465
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to set the active cursor for the currently selected mouse. | Use this function to set the active cursor. |
| Line 16: | Line 16: |
| ||'''cursor'''||the SDL_Cursor to apply ''(should this be linked to remarks?)''|| | ||'''cursor'''||the SDL_Cursor to apply <<Color2(green,(Should this be linked to Remarks?))>>|| |
| Line 24: | Line 24: |
| The cursor must have been created for the selected mouse. | ''You can add useful comments here'' |
| Line 27: | Line 27: |
| .[[SDL_CreateCursor]]??? | .[[SDL_CreateCursor]] ??? |
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 green |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_CreateCursor ???
