Skip to content

Commit 46c539c

Browse files
committed
Update cursors_doc.h
1 parent fcc2ea0 commit 46c539c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src_c/doc/cursors_doc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#define DOC_CURSORS_COMPILE "compile(strings, black='X', white='.', xor='o') -> data, mask\ncreate binary cursor data from simple strings"
44
#define DOC_CURSORS_LOADXBM "load_xbm(cursorfile) -> cursor_args\nload_xbm(cursorfile, maskfile) -> cursor_args\nload cursor data from an XBM file"
55
#define DOC_CURSORS_CURSOR "Cursor(size, hotspot, xormasks, andmasks) -> Cursor\nCursor(hotspot, surface) -> Cursor\nCursor(constant) -> Cursor\nCursor(Cursor) -> Cursor\nCursor() -> Cursor\npygame object representing a cursor"
6-
#define DOC_CURSORS_CURSOR_COPY ""
7-
#define DOC_CURSORS_CURSOR_TYPE "type -> string\nGets the cursor type"
8-
#define DOC_CURSORS_CURSOR_DATA "data -> tuple\nGets the cursor data"
6+
#define DOC_CURSORS_CURSOR_COPY "copy() -> Cursor\ncopy the current cursor"
7+
#define DOC_CURSORS_CURSOR_TYPE "type -> string\nget the cursor type"
8+
#define DOC_CURSORS_CURSOR_DATA "data -> tuple\nget the cursor data"

0 commit comments

Comments
 (0)