event loop over message

This commit is contained in:
Zachary Pavlov 2008-07-11 20:30:00 +00:00
parent ba790dbba1
commit e19ff9aa06

View File

@ -61,6 +61,7 @@ class EventManager:
Process all the events on the C++ event queue
"""
self.doEvents()
messenger.send("event-loop-done")
return Task.cont
def parseEventParameter(self, eventParameter):