hopefully fix relative movement for chrome mobile

This commit is contained in:
hippoz 2021-11-08 19:27:34 +02:00
parent f113b0485f
commit 6bbd925dbc
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -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", {