We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc2ea0 commit 46c539cCopy full SHA for 46c539c
src_c/doc/cursors_doc.h
@@ -3,6 +3,6 @@
3
#define DOC_CURSORS_COMPILE "compile(strings, black='X', white='.', xor='o') -> data, mask\ncreate binary cursor data from simple strings"
4
#define DOC_CURSORS_LOADXBM "load_xbm(cursorfile) -> cursor_args\nload_xbm(cursorfile, maskfile) -> cursor_args\nload cursor data from an XBM file"
5
#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"
+#define DOC_CURSORS_CURSOR_COPY "copy() -> Cursor\ncopy the current cursor"
+#define DOC_CURSORS_CURSOR_TYPE "type -> string\nget the cursor type"
+#define DOC_CURSORS_CURSOR_DATA "data -> tuple\nget the cursor data"
0 commit comments