In the official example(Ux_Device_HID_CDC_ACM), HID device as mouse ,how to send right or left key to pc?
In the official example(Ux_Device_HID_CDC_ACM),HID devices as mouse/* Mouse event. Length is fixed to . */ hid_event->ux_device_class_hid_event_length = 3; /* Set X position. */ hid_event->ux_device_class_hid_event_buffer[0] = x; /* Set Y...