Gamepad: Disable with keyboard input

This commit is contained in:
LoveEevee
2018-12-15 22:13:16 +03:00
parent 7ddda48cfe
commit 57bf7bbd8c
4 changed files with 9 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ class Session{
this.gamepad.clean()
pageEvents.remove(window, ["mousedown", "touchstart"])
pageEvents.keyRemove(this, 27)
pageEvents.remove(p2, "message")
delete this.endButton
delete this.sessionInvite
}