An open API service indexing awesome lists of open source software.

https://github.com/cleancut/leafwingbug

Demonstrate a bug
https://github.com/cleancut/leafwingbug

Last synced: 7 months ago
JSON representation

Demonstrate a bug

Awesome Lists containing this project

README

          

This demonstrates a bug in leafwing-input-manager where gamepad axis thresholds are being ignored.

### Steps to Reproduce

1. `cargo run`
2. Connect gamepad
3. Move left gamepad joystick left/right slowly.
4. Observe values in the range `[-0.5, 0.5]` even though the code has set that as the threshold.