mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Merge pull request #17 from Cacodemon345/patch-29
Fix mouse wheel scrolling
This commit is contained in:
@@ -99,7 +99,7 @@ void RendererStack::wheelEvent(QWheelEvent *event)
|
||||
{
|
||||
if (mouse_capture)
|
||||
{
|
||||
mousedata.deltay += event->pixelDelta().y();
|
||||
mousedata.deltaz += event->pixelDelta().y();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user