mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
showbase: Add do_events()
and process_event()
snake_case aliases
This commit is contained in:
parent
02028aa789
commit
95a77e4f75
@ -179,3 +179,6 @@ class EventManager:
|
|||||||
# since the task removal itself might also fire off an event.
|
# since the task removal itself might also fire off an event.
|
||||||
if self.eventQueue is not None:
|
if self.eventQueue is not None:
|
||||||
self.eventQueue.clear()
|
self.eventQueue.clear()
|
||||||
|
|
||||||
|
do_events = doEvents
|
||||||
|
process_event = processEvent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user