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 (Should this be linked to Remarks?)

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMouse

SDL_SetCursor (last edited 2010-08-13 04:06:16 by SheenaSmith)