Hi,
I was wondering if there was a trick to getting keyboard input through the embbeded iframe on a game's page. I can read the mouse input just fine, but I can't seem to get the events like: document.addEventListener("keydown", this.on_keybutton) which works if I open the content of the iframe and use it directly. This is the game in question, and the code that handles input.
Thank you :)