tmp build
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
b9c8df7019
commit
be982d95ea
2 changed files with 3 additions and 5 deletions
|
|
@ -190,8 +190,10 @@ class InputService : AccessibilityService() {
|
|||
startGesture(mouseX, mouseY)
|
||||
}
|
||||
TOUCH_PAN_END -> {
|
||||
endGesture(mouseX, mouseY)
|
||||
mouseX = x * SCREEN_INFO.scale
|
||||
mouseY = y * SCREEN_INFO.scale
|
||||
continueGesture(mouseX, mouseY)
|
||||
endGesture(mouseX, mouseY)
|
||||
}
|
||||
else -> {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue