![]() |
EV_paintWindows | Function (ROM Call 0xCC) |
events.h |
void EV_paintWindows (void); |
Repaints all windows.
If painting is enabled (see EV_suspendPainting), EV_paintWindows repeatedly calls EV_paintOneWindow until it returns FALSE (no more to paint). So, the effect will be "repainting" of all "dirty" windows.