summaryrefslogtreecommitdiff
path: root/cameltris/controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'cameltris/controller.py')
-rw-r--r--cameltris/controller.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cameltris/controller.py b/cameltris/controller.py
index 86f5bcb..a1abf05 100644
--- a/cameltris/controller.py
+++ b/cameltris/controller.py
@@ -56,7 +56,6 @@ class JoystickController(Controller):
def is_pressed(self, input_: Input):
return self.joystick.get_button(self.mapping[input_].value)
-
def get_input_down(self, event):
for key, value in self.mapping.items():
if value.value == event.button: