SkipWindowEvent() ?
Posted: Tue Feb 03, 2004 9:18 pm
Would be the equivalent of exiting the window callback, that is finish the process of the current message and wait for the following. it can save a lot of silly code and nested structures trying to decide if continue or not with the current event. the PB event loop is not inside a function, i don't know if it could be possible to exit all the current structures cleanly.