void HIDDMouseInputReport_Initialize(HIDDMouseInputReport *report) { report->bmButtons = 0; report->bX = 0; report->bY = 0; }