Skip to content

Commit

Permalink
doc: Generate src_c/doc/cursors_doc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Oct 23, 2021
1 parent 41ce481 commit 72d0956
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src_c/doc/cursors_doc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#define DOC_PYGAMECURSORS "pygame module for cursor resources"
#define DOC_PYGAMECURSORSCOMPILE "compile(strings, black='X', white='.', xor='o') -> data, mask\ncreate binary cursor data from simple strings"
#define DOC_PYGAMECURSORSLOADXBM "load_xbm(cursorfile) -> cursor_args\nload_xbm(cursorfile, maskfile) -> cursor_args\nload cursor data from an XBM file"
#define DOC_PYGAMECURSORSCURSOR "Cursor(size, hotspot, xormasks, andmasks) -> Cursor\nCursor(hotspot, surface) -> Cursor\nCursor(constant) -> Cursor\npygame object representing a cursor"
#define DOC_PYGAMECURSORSCURSOR "Cursor(size, hotspot, xormasks, andmasks) -> Cursor\nCursor(hotspot, surface) -> Cursor\nCursor(constant) -> Cursor\nCursor(Cursor) -> Cursor\nCursor() -> Cursor\npygame object representing a cursor"
#define DOC_CURSORCOPY ""
#define DOC_CURSORTYPE "type -> string\nGets the cursor type"
#define DOC_CURSORDATA "data -> tuple\nGets the cursor data"

Expand All @@ -27,8 +28,13 @@ pygame.cursors.Cursor
Cursor(size, hotspot, xormasks, andmasks) -> Cursor
Cursor(hotspot, surface) -> Cursor
Cursor(constant) -> Cursor
Cursor(Cursor) -> Cursor
Cursor() -> Cursor
pygame object representing a cursor
pygame.cursors.Cursor.copy
pygame.cursors.Cursor.type
type -> string
Gets the cursor type
Expand Down

0 comments on commit 72d0956

Please sign in to comment.