You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use 'this.input.keyboard.keys[key.keyCode].enabled = false'' to disable control keys while the user types in a text field.
It works, but when I change the OS window or the browser tab, when I return to the game it becomes active again, even if I run the command 'this.input.keyboard.keys[key.keyCode].enabled = false'