4.4.11.3.6 USB_HIDMouseMove()
RETURN_CODE_t USB_HIDMouseMove (int8_t x_position, int8_t y_position)
Registers mouse movement and sends its coordinates to the host.
x_position |
- Relative position in X direction |
y_position |
- Relative position in Y direction |
SUCCESS or an Error code according to RETURN_CODE_t |