2001-09-14 02:41:09 +00:00
.TH "SDL_SetCursor" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
2001-04-26 16:45:43 +00:00
.SH "NAME"
2007-12-29 02:34:53 +00:00
SDL_SetCursor \- Set the currently active mouse cursor\& .
2001-04-26 16:45:43 +00:00
.SH "SYNOPSIS"
.PP
\fB #include "SDL\& .h"
.sp
2006-09-24 00:36:24 +00:00
\fB void \fB SDL_SetCursor\fP \fR (\fB SDL_Cursor *cursor\fR );
2001-04-26 16:45:43 +00:00
.SH "DESCRIPTION"
.PP
Sets the currently active cursor to the specified one\& . If the cursor is currently visible, the change will be immediately represented on the display\& .
.SH "SEE ALSO"
.PP
\fI \fB SDL_GetCursor\fP \fR , \fI \fB SDL_CreateCursor\fP \fR , \fI \fB SDL_ShowCursor\fP \fR
2009-10-10 10:09:01 +00:00
. \" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01