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

fix: uinput set analog trigger when zero #59

Closed cancrusher closed 5 months ago

cancrusher commented 5 months ago

Fix the analog trigger value never being set back to zero after being pressed.

ABeltramo commented 5 months ago

Thanks for the PR!

I'm also working on that, and I'm adding some better unit testing of this implementation using SDL in order to check how well the virtual devices are working. I'll better review your changes in the next few days once I've got everything properly setup.