adb_usb: Disable scroll wheel emulation
Just send plain mouse button event to use mouse configuration utility on computer
This commit is contained in:
parent
ae183105bb
commit
d3807f41b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue