SimpleWindow.windowResized

handle a resize, after it happens. You must construct the window with Resizability.allowResizing for this to ever happen.

class SimpleWindow
void delegate(int width, int height) windowResized;
Suggestion Box / Bug Report