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