stick icon indicating copy to clipboard operation
stick copied to clipboard

Rust library for platform-agnostic asynchronous gamepad, joystick, and flightstick interaction

Results 17 stick issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. Commits 310f6ee chore: Release 90da8bc docs: Update changelog f3e120f Merge pull request #608 from epage/enum 58a7101 fix(serde): Support struct variants...

dependencies

Same as #50, but branch is on the ardaku repo.

Hi! I have an embedded linux system that I'm trying to get some joysticks and steering wheels to work on. For some reason the ioctal EVIOCGABS(0x_8018_4540) returns -1. Maybe there...

bug

I am running under Linux, and if I plug in a controller while my program is running, `Listener` returns the `Controller` twice. If the controller is plugged in before the...

bug

**Describe the bug** The haptic example causes the application to crash with 0xc0000005 (STATUS_ACCESS_VIOLATION) after `event_loop` is completed. **To Reproduce** Steps to reproduce the behavior: 1. Setup the [haptic example](https://github.com/ardaku/stick/blob/stable/stick/examples/haptic.rs)...

bug

This is more hacks for my dumb controller. There's two extra remapping TOMLs for the same controller, but while the first one was for the wired mode, these two are...

Updates the requirements on [smelling_salts](https://github.com/ardaku/smelling_salts) to permit the latest version. Changelog Sourced from smelling_salts's changelog. [0.12.1] - 2023-02-20 Fixed Broken links in documentation [0.12.0] - 2023-02-20 Changed Update dependencies [0.11.0]...

dependencies

Updates the requirements on [pasts](https://github.com/ardaku/pasts) to permit the latest version. Changelog Sourced from pasts's changelog. [0.14.1] - 2023-02-19 Fixed Documentation recommending wrong version of async_main crate [0.14.0] - 2023-02-19 Added...

dependencies

Adds handling for timestamp events on linux. These events are sent by Nintendo joycons(I'm not aware of any other controller that sends this information) As I understand this can be...

Thanks for creating this library! Is there a way to access gyroscope and accelerometer data from Joycons currently? On Ubuntu 20.04 with the [dkms-hid-nintendo](https://github.com/nicman23/dkms-hid-nintendo), there are two input sources I...

enhancement