winmm: For Mac, fix joyGetPosEx() to put number of buttons pressed in dwButtonNumber field.
Based on behavior of Windows revealed by interactive tests added by Bruno Jesus.
This commit is contained in:
parent
4a7b5856da
commit
edad520235
|
@ -678,8 +678,7 @@ LRESULT driver_joyGetPosEx(DWORD_PTR device_id, JOYINFOEX* info)
|
|||
if (value)
|
||||
{
|
||||
info->dwButtons |= 1 << i;
|
||||
if (!info->dwButtonNumber)
|
||||
info->dwButtonNumber = i + 1;
|
||||
info->dwButtonNumber++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue