TabPad
TabPad copied to clipboard
real analog input
The analog sticks don't currently produce actual analog input. PyUserInput doesn't seem to support virtual joysticks, but since this is a Linux-focused project, one could just use uinput. https://pypi.org/project/evdev/ seems to provide a python API for that.