Explorar el Código

SDL_MouseButtonFlags: Clarified some documentation.

Ryan C. Gordon hace 1 año
padre
commit
a0376ab057
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/SDL3/SDL_mouse.h

+ 1 - 1
include/SDL3/SDL_mouse.h

@@ -84,7 +84,7 @@ typedef enum SDL_MouseWheelDirection
 } SDL_MouseWheelDirection;
 
 /**
- * A bitmask used when testing if a mouse's buttons are pressed.
+ * A bitmask of pressed mouse buttons, as reported by SDL_GetMouseState, etc.
  *
  * - Button 1: Left mouse button
  * - Button 2: Middle mouse button