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.
|
||||
if self.eventQueue is not None:
|
||||
self.eventQueue.clear()
|
||||
|
||||
do_events = doEvents
|
||||
process_event = processEvent
|
||||
|
|
|
|||
Loading…
Reference in New Issue