Panda3D
|
Public Member Functions | |
def | __init__ (self, eventQueue=None) |
def | doEvents (self) |
def | eventLoopTask (self, task) |
def | parseEventParameter (self, eventParameter) |
def | processEvent (self, event) |
def | processEventPstats (self, event) |
def | restart (self) |
def | shutdown (self) |
Public Attributes | |
eventHandler | |
eventQueue | |
Static Public Attributes | |
notify = None | |
def __init__ | ( | self, | |
eventQueue = None |
|||
) |
Create a C++ event queue and handler
def doEvents | ( | self | ) |
Process all the events on the C++ event queue
def eventLoopTask | ( | self, | |
task | |||
) |
Process all the events on the C++ event queue
def parseEventParameter | ( | self, | |
eventParameter | |||
) |
Extract the actual data from the eventParameter
def processEvent | ( | self, | |
event | |||
) |
Process a C++ event Duplicate any changes in processEventPstats
def processEventPstats | ( | self, | |
event | |||
) |
Process a C++ event with pstats tracking Duplicate any changes in processEvent
def restart | ( | self | ) |
def shutdown | ( | self | ) |
eventHandler |
eventQueue |
|
static |