fatcoder
Member
|
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 |
|
fatcoder
Member
|
RE: App Window Resize Event
Ah, perfect... just what I'm looking for. Cheers.
|
|
01-29-2012 04:27 PM |
|