mirror of https://github.com/libsdl-org/SDL
SDL_MouseButtonFlags: Clarified some documentation.
This commit is contained in:
parent
10bbf9d1da
commit
a0376ab057
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue