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- Returns a pointer filled with the active SDL_Cursor.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMouse

SDL_GetCursor (last edited 2010-08-13 04:08:43 by SheenaSmith)