Crate arci_gamepad_gilrs
source ·Expand description
§arci-gamepad-gilrs
arci::Gamepad
implementation using gilrs.
§Dependencies
§Linux
sudo apt install libudev-dev
§FAQ
Q. I can’t open any devices on Linux
A. You need to join input
group if you don’t have the permissions.
sudo adduser $USER input
§License
Licensed under the Apache License, Version 2.0.