uinput icon indicating copy to clipboard operation
uinput copied to clipboard

Go wrapper for uinput on LINUX

Results 3 uinput issues
Sort by recently updated
recently updated
newest added

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...