TabPad icon indicating copy to clipboard operation
TabPad copied to clipboard

real analog input

Open Mis012 opened this issue 2 years ago • 0 comments

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.

Mis012 avatar Dec 04 '23 17:12 Mis012