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 <code@argon.blue>
  • Loading branch information
tlyu committed Mar 13, 2024
1 parent 36e8566 commit 950eb60
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 950eb60

Please sign in to comment.