uinput
uinput copied to clipboard
Go wrapper for uinput on LINUX
Most Gamepads (or the driver for that gamepad) send trigger-axis and a trigger-button at the same time but this module only allows sending the trigger-button
basically a hat is the same as an axis but it is called a hat. so this module ends up sending a value 0.00003 to the hat in [hardwaretester](https://hardwaretester.com/gamepad) because...
It appears that on some more recent systems the uinput initialization does not work as expected (see #34). This was pointed out by @gslandtreter. The issue appeared on a system...