Skip to content

Commit

Permalink
clarify HIDD::SendReport call
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Yu <[email protected]>
  • Loading branch information
tlyu authored and obra committed Mar 15, 2024
1 parent 9ba2956 commit 0d7e075
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 0d7e075

Please sign in to comment.