- /* Get the mouse relative position value if it is contained within the current \r
- * report, if not, skip to the next item in the parser list\r
- */\r
- if (!(USB_GetHIDReportItemInfo(MouseReport, ReportItem)))\r
- continue; \r
-\r
- int16_t DeltaMovement = (int16_t)(ReportItem->Value << (16 - ReportItem->Attributes.BitSize));\r