adb_usb: Disable scroll wheel emulation

Just send plain mouse button event to
use mouse configuration utility on computer
This commit is contained in:
tmk 2022-04-04 13:04:31 +09:00
parent ae183105bb
commit d3807f41b9

View file

@ -94,7 +94,7 @@ OPT_DEFS += -DADB_MOUSE_MAXACC=$(ADB_MOUSE_MAXACC)
# left click -> |1 2| <- right click # 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) ADB_MOUSE_SCROLL_SPEED ?= 10 # 1 (fastest) to 127 (slowest)
# Optimize size but this may cause error "relocation truncated to fit" # Optimize size but this may cause error "relocation truncated to fit"