Commit 48993a7f2a7281a31a61e719a06f4f69b590504f

SDL Wiki Bot 2021-07-23T16:14:49

Sync wiki -> header

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_mouse.h b/include/SDL_mouse.h
index 5919ea1..2b0e6a2 100644
--- a/include/SDL_mouse.h
+++ b/include/SDL_mouse.h
@@ -255,7 +255,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
  *
  * - 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().