mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
9c5c80ca5d
commit
91127e578a
@ -17,6 +17,8 @@ class EventManager:
|
||||
if (EventManager.notify == None):
|
||||
EventManager.notify = directNotify.newCategory("EventManager")
|
||||
|
||||
# EventManager.notify.setDebug(1)
|
||||
|
||||
self.eventQueue = EventQueue.getGlobalEventQueue()
|
||||
self.eventHandler = EventHandler(self.eventQueue)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user