mettiblack72
Junior Member level 1
Hello ,
I use stm32f103c8t6 and I want to run USB HID Mouse , I can connect to my PC and change the position of mouse cursor
but I can't read the current mouse cursor position to use that , I can just add the X and Y value of cursor I use USBD_HID_SendReport( &USBD_Device , Buffer , 4 ) ; to do that
I can't say to cursor go to exact (X,Y)
what should I do ?
please help
I use stm32f103c8t6 and I want to run USB HID Mouse , I can connect to my PC and change the position of mouse cursor
but I can't read the current mouse cursor position to use that , I can just add the X and Y value of cursor I use USBD_HID_SendReport( &USBD_Device , Buffer , 4 ) ; to do that
I can't say to cursor go to exact (X,Y)
what should I do ?
please help