T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
681 stars 133 forks source link

Feature request: drag and drop (mouse-down, move and mouse-up) #48

Closed elshnkhll closed 1 year ago

elshnkhll commented 1 year ago

Feature request: drag and drop (mouse-down, move and mouse-up). If this feature is possible to achieve with current version, then please add an example. Thanks.

fish1968 commented 1 year ago

I think that is possible because what you want to do is just

  1. press left key without releasing
  2. move the cursor around
  3. release the left key Hope it would help.

Thanks.

elshnkhll commented 1 year ago

Thanks.