mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 02:08:27 +00:00
mouse: Move mouse button state from a Uint32 to a formal typedef.
Reference Issue #9812.
This commit is contained in:
parent
13b18e3c41
commit
cf2874080f
13 changed files with 60 additions and 56 deletions
|
@ -586,7 +586,7 @@ static void ClearBinding(void)
|
|||
static void SetDisplayMode(ControllerDisplayMode mode)
|
||||
{
|
||||
float x, y;
|
||||
Uint32 button_state;
|
||||
SDL_MouseButtonFlags button_state;
|
||||
|
||||
if (mode == CONTROLLER_MODE_BINDING) {
|
||||
/* Make a backup of the current mapping */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue