From 41387f4e961ccd0cdc3023c416ee6d39c0621518 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sat, 12 Mar 2022 12:44:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=2086b123141bea2e3f831a57eb115368cbbbdb2da1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_pointing_device.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feature_pointing_device.md b/feature_pointing_device.md index 23a16b843d..8c51865558 100644 --- a/feature_pointing_device.md +++ b/feature_pointing_device.md @@ -325,7 +325,8 @@ report_mouse_t pointing_device_task_user(report_mouse_t mouse_report) { if (set_scrolling) { mouse_report.h = mouse_report.x; mouse_report.v = mouse_report.y; - mouse_report.x = mouse_report.y = 0 + mouse_report.x = 0; + mouse_report.y = 0; } return mouse_report; }