It looks like you're new here. If you want to get involved, click one of these buttons!
stage:addEventListener(Event.APPLICATION_RESIZE, function() print(application:getLogicalBounds()) end)
application:getLogicalBounds()
hgy29 said:Those are your logical bounds, not pixel bounds, do they depend on your scale mode and defined logical space.
Those are your logical bounds, not pixel bounds, do they depend on your scale mode and defined logical space.
Likes: MoKaLux
Comments
For a small window:
And the event is not triggered at all.
Likes: MoKaLux