mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
event loop over message
This commit is contained in:
parent
ba790dbba1
commit
e19ff9aa06
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user