We want to control mouse and keyboard on tablets connected via USB to an ESP32 S3 Box (or similar).
adafruit_hid supports keyboard and relative mouse. As in another issue mentioned, sometimes the need arrises to move to absolute positions to know where the mouse really is.
Work-arounds, like moving relative to (-5000;-5000) all the way top left to get to a fixed point, sometimes have issues, like iPads opening some additional layers and windows, sometimes they close again or stay open, therefore no real automation is possible.
It would be great to have adafruit_hid.mouse and additional a real adafruit_hid.mouse_absolute (probably as two separate USB devices) to be able to make relative and absolute moves with a mouse HID.
We want to control mouse and keyboard on tablets connected via USB to an ESP32 S3 Box (or similar).
adafruit_hid supports keyboard and relative mouse. As in another issue mentioned, sometimes the need arrises to move to absolute positions to know where the mouse really is.
Work-arounds, like moving relative to (-5000;-5000) all the way top left to get to a fixed point, sometimes have issues, like iPads opening some additional layers and windows, sometimes they close again or stay open, therefore no real automation is possible.
It would be great to have
adafruit_hid.mouseand additional a realadafruit_hid.mouse_absolute(probably as two separate USB devices) to be able to make relative and absolute moves with a mouse HID.