mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 05:55:45 -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;
|
continue;
|
||||||
|
|
||||||
io.MouseDown[i] = states[i];
|
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