Is it possible to program an ESP32 as a HID to transmit both (absolute positioning) mouse inputs and gamepad inputs?

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 plan on using these libraries:

If it is possible, any tips and tutorials y'all could recommend? Thanks in advance!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.