Skip to content

Commit

Permalink
SDL_CreateCursor: Fixed cursor transparent value information.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus authored and SDLWikiBot committed Jul 23, 2021
1 parent 5880e46 commit 5b3b41b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SDL_CreateCursor.mediawiki
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

== Draft ==

'''THIS PAGE IS A WORK IN PROGRESS''' ... Please make edits to this page to improve it!
Expand Down Expand Up @@ -52,7 +51,7 @@ The cursor is created in black and white according to the following:

* data=0, mask=1: white
* data=1, mask=1: black
* data=0, mask=1: transparent
* data=0, mask=0: transparent
* data=1, mask=0: inverted color if possible, black if not.
Cursors created with this function must be freed with [[SDL_FreeCursor]]().
Expand Down

0 comments on commit 5b3b41b

Please sign in to comment.