I'm trying to design a light gun for Android TV devices using an ESP32 and I don't want to have to create custom drivers for it, so I'm wondering if it's possible to have it send both absolute mouse and gamepad inputs without having to write anything extra for the device.
I've looked around online, but haven't found much helpful info.
I plan on using these libraries:
If it is possible, any tips and tutorials y'all could recommend? Thanks in advance!