Contents
Helper class to collect window updates.
#include <iwindow.h> struct UpdateCollector { // fields IWindow* window; tbool oldState; // construction UpdateCollector (IWindow* window, bool state = true); };