Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2016-02-08 16:10:16 +0300
committerStany MARCEL <stanypub@gmail.com>2016-02-08 16:10:16 +0300
commitdc9f278879f210ee25bcc0836b044dc1a414b5a5 (patch)
tree4da25236c1c23c438275f7d37c90775bfd2a51f5
parentab603295200ef96ecaf2d5e5f13beebb2d0b0d0a (diff)
Correct RPAD / LPAD typo in process
-rw-r--r--src/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.py b/src/events.py
index e6dc5b1..6f5b386 100644
--- a/src/events.py
+++ b/src/events.py
@@ -215,7 +215,7 @@ class EventMapper(object):
x, y = sci.rpad_x, sci.rpad_y
x_p, y_p = sci_p.rpad_x, sci_p.rpad_y
touch = SCButtons.RPADTOUCH
- click = SCButtons.LPAD
+ click = SCButtons.RPAD
if sci.buttons & touch == touch:
# Compute mean pos