Skip to content

Support absolute mouse coordinates (adafruit_hid.mouse_absolute) #129

@bluepuma77

Description

@bluepuma77

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions