can anyone shed any light on the function mouse_movement_send(int16_t x_delta, int16_t y_delta) in latest nrf51 sdk!? how to use it to move pointer on screen n make a left|right click!?
can anyone shed any light on the function mouse_movement_send(int16_t x_delta, int16_t y_delta) in latest nrf51 sdk!? how to use it to move pointer on screen n make a left|right click!?
No, it's not dependent upon the resolution of the screen. But Windows may scale it up by using mouse-acceleration.
If you want absolute position, you may want to look for "mouse absolute position" on internet, there should be a solution on how to configure HID report of the mouse for that.
No, it's not dependent upon the resolution of the screen. But Windows may scale it up by using mouse-acceleration.
If you want absolute position, you may want to look for "mouse absolute position" on internet, there should be a solution on how to configure HID report of the mouse for that.