mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07: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,
|
||||
Y: data.movementY,
|
||||
Buttons: this.mouseButtonsPressed,
|
||||
WheelX: this.mouseWheelX,
|
||||
WheelY: this.mouseWheelY,
|
||||
WheelX: 0,
|
||||
WheelY: 0,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user