Describe the bug
Ran the example code provided on the docs' homepage, and plugged my Warthog into the machine.
Connected p1, id: 44F0404, name: Thrustmaster Throttle - HOTAS Warthog
[/home/orion/.cargo/registry/src/github.com-1ecc6299db9ec823/stick-0.9.0/src/ffi/linux.rs:560] id = 422
Button 422 is Unknown, report at https://github.com/libcala/stick/issues
[/home/orion/.cargo/registry/src/github.com-1ecc6299db9ec823/stick-0.9.0/src/ffi/linux.rs:560] id = 422
Button 422 is Unknown, report at https://github.com/libcala/stick/issues
^C
The above spams the STDOUT.
To Reproduce
Steps to reproduce the behavior:
cargo init rustpad
cd rustpad
cargo add stick pasts
copy example program into src/main.rs
cargo runExpected behavior
Expected Connected p1, id: 44F0404, name: Thrustmaster Throttle - HOTAS Warthog
and for the program to read joystick events, not spew errors over STDOUT.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Describe the bug Ran the example code provided on the docs' homepage, and plugged my Warthog into the machine.
The above spams the STDOUT.
To Reproduce Steps to reproduce the behavior:
cargo init rustpad
cd rustpad
cargo add stick pasts
src/main.rs
cargo run
Expected behaviorExpected
Connected p1, id: 44F0404, name: Thrustmaster Throttle - HOTAS Warthog
and for the program to read joystick events, not spew errors over STDOUT.Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):