TinyUSB and mouse button emulation

I’m trying to use a XIAO to emulate a mouse, using Adafruit_TinyUSB.h The mouse move works, and the mouse button press works a little, but I can’t emulate a mouse button hold (for drag and drop). I haven’t been able to find any documentation on the use of usbhid.mouseButtonPress() or mousButtonRelease(). Can someone tell me where to find documentation or tell me how to do this?

Hi @pdschroder, You can find the Seeeduino XIAO as a USB device (TinyUSB) Wiki page and Adafruit_TinyUSB_Arduino github repo for more details.