Skip to content

Commit

Permalink
clarify HIDD::SendReport call
Browse files Browse the repository at this point in the history
  • Loading branch information
tlyu committed Feb 23, 2024
1 parent ba23c60 commit 68eeb3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SingleAbsoluteMouse_::SingleAbsoluteMouse_()
}

void SingleAbsoluteMouse_::sendReport(void *data, int length) {
auto result = SendReport(0, data, length);
auto result = HIDD::SendReport(0, data, length);
HIDReportObserver::observeReport(HID_REPORTID_MOUSE_ABSOLUTE, data, length, result);
}

Expand Down

0 comments on commit 68eeb3b

Please sign in to comment.