mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -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
|
Process all the events on the C++ event queue
|
||||||
"""
|
"""
|
||||||
self.doEvents()
|
self.doEvents()
|
||||||
|
messenger.send("event-loop-done")
|
||||||
return Task.cont
|
return Task.cont
|
||||||
|
|
||||||
def parseEventParameter(self, eventParameter):
|
def parseEventParameter(self, eventParameter):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user