MaxGUI: Responding to a window maximize event

BlitzMax Forums/BlitzMax Programming/MaxGUI: Responding to a window maximize event

How do I do this? There doesn't appear to be an EVENT_WINDOWMAXIMIZED event. I can detect a minimize through EVENT_APPSUSPEND.

In the IDE I use a combination of the EVENT_WINDOWSIZE event which you will get and an "If WindowMaximized(window)" test to differentiate betweeen a standard window resize.