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 struggled with this for days so Im posting in case anyone googles this. The reason HTML5 input remapping is bugged in HTML5 builds is because of this code from the step event in object SetInput (line 30):
I struggled with this for days so Im posting in case anyone googles this. The reason HTML5 input remapping is bugged in HTML5 builds is because of this code from the step event in object SetInput (line 30):
The problem is that keyboard_lastkey is broken and in fact had to be fixed in GMS 2.2. Simply change keyboard_lastkey to keyboard_key like so:
this should be changed in the original code!
The text was updated successfully, but these errors were encountered: