games-on-whales / wolf

Stream virtual desktops and games running in Docker
https://games-on-whales.github.io/wolf/stable/
MIT License
292 stars 20 forks source link

scroll amount is sent big-endian #20

Closed zb140 closed 1 year ago

zb140 commented 1 year ago

I noticed that scrolling with the mouse wheel resulted in very choppy scrolling in large chunks, so I did some digging. It looks like the scroll amount needs to be converted from big endian (compare to sunshine here: https://github.com/LizardByte/Sunshine/blob/09dff341056a26c1a41121a068327a3f8d9616df/src/input.cpp#L470).