SDL_MouseButtonFlags: Clarified some documentation.
This commit is contained in:
@@ -84,7 +84,7 @@ typedef enum SDL_MouseWheelDirection
|
|||||||
} 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 1: Left mouse button
|
||||||
* - Button 2: Middle mouse button
|
* - Button 2: Middle mouse button
|
||||||
|
|||||||
Reference in New Issue
Block a user