mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:05:46 -04:00
UWP: Map mouse buttons to match Qt
This commit is contained in:
@ -657,7 +657,7 @@ void UWPHostInterface::UpdateMouseButtonState(const winrt::Windows::UI::Input::P
|
||||
continue;
|
||||
|
||||
io.MouseDown[i] = states[i];
|
||||
HandleHostMouseEvent(static_cast<HostMouseButton>(i), states[i]);
|
||||
HandleHostMouseEvent(static_cast<HostMouseButton>(i + 1u), states[i]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user