aboutsummaryrefslogtreecommitdiff
path: root/touch.py
diff options
context:
space:
mode:
Diffstat (limited to 'touch.py')
-rw-r--r--touch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/touch.py b/touch.py
index 4a5a358..fe13cf6 100644
--- a/touch.py
+++ b/touch.py
@@ -16,8 +16,8 @@ def read_and_emulate_mouse(deviceFound):
device = uinput.Device([
uinput.BTN_LEFT,
uinput.BTN_RIGHT,
- uinput.ABS_X + (0, 1024, 0, 0), #or 800
- uinput.ABS_Y + (0, 600, 0, 0), #ok 480
+ uinput.ABS_X + (0, 800, 0, 0), #or 800
+ uinput.ABS_Y + (0, 480, 0, 0), #ok 480
])
clicked = False