Hi, Is there any trick to resizing the emscripten canvas from 'outside' the emscripten app, ie: from some JS in the main html file?
I have this working fine in a plain JS app, but not in an emscripten app - the canvas seems to 'reset' to it's initial size, and repositions itself in the lower left corner. Do I need to somehow notify emscripten that the canvas has changed size, perhaps via a Module.blah call? I'm basically trying to add a 'splitter' between the canvas and the console, but ultimately I'd also like to have the canvas 'full window', so it resizes when the browser window does. Bye! Mark -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
