core: mouse debug print
This commit is contained in:
parent
294403ffbf
commit
50347c692b
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ void host_mouse_send(report_mouse_t *report)
|
||||||
#endif
|
#endif
|
||||||
(*driver->send_mouse)(report);
|
(*driver->send_mouse)(report);
|
||||||
report->buttons = b;
|
report->buttons = b;
|
||||||
|
|
||||||
|
if (debug_mouse) {
|
||||||
|
xprintf("mouse: [%02X|%d %d %d %d]\n", report->buttons, report->x, report->y, report->v, report->h);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void host_system_send(uint16_t report)
|
void host_system_send(uint16_t report)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue