About Store Forum Documentation Contact



Post Reply 
App Window Resize Event
Author Message
fatcoder Offline
Member

Post: #1
App Window Resize Event
Is there a callback or event or something I can register for to be notified when the application's window is resized?

I've tried doing something like this in the Update() funtion, but it doesn't work since the application is paused during window moving/resizing so the Update() function isn't called.

Code:
if( App.movingSizing() )
{

}

Is there another way I can find out or be notifed when the application's window has changed size.
01-29-2012 02:43 PM
Find all posts by this user Quote this message in a reply
fatcoder Offline
Member

Post: #2
RE: App Window Resize Event
Ah, perfect... just what I'm looking for. Cheers. smile
01-29-2012 04:27 PM
Find all posts by this user Quote this message in a reply
Post Reply