You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pan won't probably work. Most mouse pan use AC Consumer Pan instead though. Uncommented it won't get it work, and can cause device disabled by OS. Not sure, I forgot, you can give it a try though.
Operating System
Windows 10
IDE version
Arduino 1.8.19
Board
ItsyBitsy nRF52840 Express
BSP version
1.3
Sketch
The mouse hid pan function doesn't seem to be work. I tested the following code and no luck:
blehid.mousePan(10); delay(50); blehid.mouseButtonRelease();
It seems the functionality is commented in BLEHidAdafruit.cpp around line 209.
What happened ?
The mouse hid pan function doesn't seem to perform any action.
How to reproduce ?
Debug Log
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: