mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Fix mouse wheel bug (#600)
This commit is contained in:
parent
6a133186b8
commit
e585264e8c
@ -210,8 +210,8 @@ export class NativeMkbHandler extends MkbHandler {
|
|||||||
X: data.movementX,
|
X: data.movementX,
|
||||||
Y: data.movementY,
|
Y: data.movementY,
|
||||||
Buttons: this.mouseButtonsPressed,
|
Buttons: this.mouseButtonsPressed,
|
||||||
WheelX: this.mouseWheelX,
|
WheelX: 0,
|
||||||
WheelY: this.mouseWheelY,
|
WheelY: 0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user