Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse HID Pan function doesn't work #758

Open
milador opened this issue Feb 6, 2023 · 1 comment
Open

Mouse HID Pan function doesn't work #758

milador opened this issue Feb 6, 2023 · 1 comment
Labels

Comments

@milador
Copy link

milador commented Feb 6, 2023

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 ?

  1. Add the mouse pan action to hid example
  2. Upload the code to nRF52840 board
  3. Connect the board to a host device via bluetooth

Debug Log

No response

Screenshots

No response

@milador milador added the Bug label Feb 6, 2023
@hathach
Copy link
Member

hathach commented Jun 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants