Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
again, in
"mouse_movement_sent()"
the buffer [0-2] is made to store the movement values. But i thought HID mouse report format is like [Buttons, X-translation, Y-translation.
Am sure that I screwed up somewhere but still not sure how find it.
Has the Nordic Smart Remote 3 example program got anything to do with my requirement?
Why is in the HID mouse example program, the main function doesn't take in any button inputs? How to include mouse button inputs along with the rest of the data packets?