Sack Library Documentation
|
enum EventResult { EVENT_HANDLED = 0, EVENT_WAIT_DISPATCH = 1 };
result of EventHandlerFunction shall be one fo the following values... EVENT_HANDLED 0 - no futher action required EVENT_WAIT_DISPATCH 1 - when no further events are available, please send event_dispatched. this Event was handled by an internal queuing for later processing.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|