From d3807f41b9edd94967cd8d9fef301ec3cd4cd540 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 4 Apr 2022 13:04:31 +0900 Subject: [PATCH] adb_usb: Disable scroll wheel emulation Just send plain mouse button event to use mouse configuration utility on computer --- converter/adb_usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile index b1acf0ff..73b97cc7 100644 --- a/converter/adb_usb/Makefile +++ b/converter/adb_usb/Makefile @@ -94,7 +94,7 @@ OPT_DEFS += -DADB_MOUSE_MAXACC=$(ADB_MOUSE_MAXACC) # left click -> |1 2| <- right click # |________| # -ADB_MOUSE_SCROLL_BUTTON ?= 4 # Assign the button (1-8) (0 to disable) +ADB_MOUSE_SCROLL_BUTTON ?= 0 # Assign the button (1-8) (0 to disable) ADB_MOUSE_SCROLL_SPEED ?= 10 # 1 (fastest) to 127 (slowest) # Optimize size but this may cause error "relocation truncated to fit"