fix mouse release
This commit is contained in:
@@ -177,7 +177,7 @@ def read_finger(args, remote_device):
|
|||||||
else:
|
else:
|
||||||
mouse.press(Button.right)
|
mouse.press(Button.right)
|
||||||
mouse.release(Button.right)
|
mouse.release(Button.right)
|
||||||
mouse.release(Button.left)
|
mouse.release(Button.left)
|
||||||
rel_orig_x = -1
|
rel_orig_x = -1
|
||||||
rel_orig_y = -1
|
rel_orig_y = -1
|
||||||
last_x = 0
|
last_x = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user