• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

HTML5 Native html form elements are not editable on HTML5 target?

D

doGlivE

Guest
[HTML5] Html form elements are not editable.
I am adding GMS2 content to a page with a html form.
After executing
window.onload = GameMaker_Init;
the GMS element takes the keyboard and mouse events, I can no longer use the form.

I need to have the form elements as well as the game display.
 
Last edited by a moderator:
D

doGlivE

Guest
Yes, that is exactly what I was looking for :D
I should only need to turn it on and off based on focus being on the game or not.

Thanks Ricardo
 
Top