https://github.com/cleancut/leafwingbug
Demonstrate a bug
https://github.com/cleancut/leafwingbug
Last synced: 7 months ago
JSON representation
Demonstrate a bug
- Host: GitHub
- URL: https://github.com/cleancut/leafwingbug
- Owner: CleanCut
- Created: 2024-05-23T18:31:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T17:06:41.000Z (10 months ago)
- Last Synced: 2025-07-10T16:50:46.210Z (7 months ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.