mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 19:28:28 +00:00
headers: Fix up bullet lists, now that wikiheaders.pl can handle them.
This commit is contained in:
parent
c2152928fa
commit
c486959e71
13 changed files with 33 additions and 117 deletions
|
@ -255,11 +255,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
|
|||
* 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=1, mask=0: inverted color if possible, black if not.
|
||||
*
|
||||
* Cursors created with this function must be freed with SDL_FreeCursor().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue