matandk Posted June 4, 2015 Share Posted June 4, 2015 Hey, I'm trying to resize the canvas (not the entire window) and catch the resize event.Any ideas? Quote Link to comment Share on other sites More sharing options...
pongstylin Posted June 6, 2015 Share Posted June 6, 2015 DOM elements don't have resize events and PIXI doesn't have any either. Typically, you have to catch resize events for the window and adjust the canvas accordingly. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.