SDL_MouseButtonFlags: Clarified some documentation.

This commit is contained in:
Ryan C. Gordon 2024-05-26 13:02:58 -04:00
parent 10bbf9d1da
commit a0376ab057
1 changed files with 1 additions and 1 deletions

View File

@ -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