Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- report_mouse_t pointing_device_task_user(report_mouse_t mouse_report) {
- if (mouse_warp_direction == 2) {
- report_mouse_t current_report = pointing_device_get_report();
- { current_report.y = -127; }
- pointing_device_set_report(current_report);
- pointing_device_send();
- mouse_warp_direction = 0;
- }
- return mouse_report;
- }
Advertisement
Add Comment
Please, Sign In to add comment