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!?
Which SDK version are you using ? Please have a look at the ble_hids_boot_mouse_inp_rep_send() function, to set a button to be pressed, you set button value to :
0x00 - No buttons pressed
0x01 - Left button pressed
0x02 - Right button pressed
0x03 - Both left and right button pressed
Note that after you press a button, you should release it.
Which SDK version are you using ? Please have a look at the ble_hids_boot_mouse_inp_rep_send() function, to set a button to be pressed, you set button value to :
0x00 - No buttons pressed
0x01 - Left button pressed
0x02 - Right button pressed
0x03 - Both left and right button pressed
Note that after you press a button, you should release it.
Hi,Hung Bui:
I was amazing: What is the deference between boot mode and report mode?When in report mode ,it can't reach the function "ble_hids_boot_mouse_inp_rep_send()" ,It only can reach the fuction "ble_hids_inp_rep_send()" instead.
Hi,
This case is a very old case. Please create a new case to post your question.