Home | Trees | Indices | Help |
|
---|
|
object --+ | App
Application framework.
You may want to call drawing routines in this method followed by tdl.flush.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Override this method to handle per frame logic and drawing.
|
When called the App will begin to return control to where App.run was called. Some further events are processed and the App.update method will be called one last time before exiting (unless suspended during a call to App.update.) |
Delegate control over to this App instance. This function will process all events and send them to the special methods ev_* and key_*. A call to App.suspend will return the control flow back to where this function is called. And then the App can be run again. But a single App instance can not be run multiple times simultaneously. |
Pump events to this App instance and then return. This works in the way described in App.run except it immediately returns after the first update call. Having multiple App instances and selectively calling runOnce on them is a decent way to create a state machine. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat May 28 16:09:37 2016 | http://epydoc.sourceforge.net |