Differences between version 2 and previous revision of SDL_CreateCursor(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:41 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:41 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_CreateCursor
-!!!SDL_CreateCursor
+SDL_!
CreateCursor
+!!!SDL_!
CreateCursor
NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
@@ -8,16 +8,16 @@
----
!!NAME
-SDL_CreateCursor- Creates a new mouse cursor.
+SDL_!
CreateCursor- Creates a new mouse cursor.
!!SYNOPSIS
__#include __
-__SDL_Cursor *SDL_CreateCursor__(__Uint8 *data, Uint8
+__SDL_Cursor *SDL_!
CreateCursor__(__Uint8 *data, Uint8
*mask, int w, int h, int hot_x, int hot_y__);
!!DESCRIPTION
@@ -45,9 +45,9 @@
1 / 0 Inverted color if possible, black if not.
Cursors created with this function must be freed with
-''SDL_FreeCursor''.
+''SDL_!
FreeCursor''.
!!EXAMPLE
/* Stolen from the mailing list */
@@ -57,7 +57,7 @@
/* width height num_colors chars_per_pixel */
!!SEE ALSO
-__SDL_FreeCursor__, __SDL_SetCursor__,
-__SDL_ShowCursor__
+__SDL_!
FreeCursor__, __SDL_!
SetCursor__,
+__SDL_!
ShowCursor__
----