hopefully fix relative movement for chrome mobile
This commit is contained in:
parent
f113b0485f
commit
6bbd925dbc
1 changed files with 2 additions and 2 deletions
|
@ -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", {
|
||||
|
|
Loading…
Reference in a new issue