diff --git a/InputController.py b/InputController.py index d580d62..f471549 100644 --- a/InputController.py +++ b/InputController.py @@ -16,8 +16,8 @@ class InputController(): }) # Relative mouse movement self.parser.add_handler("r", { - "x": "int", - "y": "int" + "x": "float", + "y": "float" }) # Mouse relative scroll self.parser.add_handler("s", {