Add keyboard and gamepad settings
This commit is contained in:
@@ -37,6 +37,9 @@ class Session{
|
||||
pageEvents.send("session")
|
||||
}
|
||||
mouseDown(event){
|
||||
if(event.type === "mousedown" && event.which !== 1){
|
||||
return
|
||||
}
|
||||
if(event.target === this.sessionInvite){
|
||||
this.sessionInvite.focus()
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user