SDL_GetCursor

SDL Library

SDL Library Documentation
Prev Next

SDL_GetCursor

Name

SDL_GetCursor -- Get the currently active mouse cursor.

Synopsis

#include "SDL.h"

SDL_Cursor *SDL_GetCursor(void);

Description

Returns the currently active mouse cursor.


Prev Home Next
SDL_SetCursor Up SDL_ShowCursor