Wiki Page Content

Revision 1 as of 2010-03-11 21:09:30

Clear message

DRAFT

SDL_SetCursor

Use this function to set the active cursor for the currently selected mouse.

Syntax

void SDL_SetCursor(SDL_Cursor* cursor)

Function Parameters

cursor

the SDL_Cursor to apply (should this be linked to remarks?)

Code Examples

You can add your code example here

Remarks

The cursor must have been created for the selected mouse.


CategoryAPI, CategoryMouse

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit