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
Hi, I am trying to use the samples/bluetooth/peripheral_hids to create a mouse. I was able to connect the mouse to the Windows, but I cannot find a way to send information.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to use the samples/bluetooth/peripheral_hids to create a mouse. I was able to connect the mouse to the Windows, but I cannot find a way to send information.
For example, send 'right-click', I assume I should use the commands found here https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-mouse_event. Similar to defining the battery percentage using
bt_bas_set_battery_level(13);
.I really appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions