Window._firstDrawCalled

set when first draw is called: don't handle mouse/key input until draw (layout) is called

class Window
protected
bool _firstDrawCalled;

Meta