Home | Trees | Indices | Help |
|
---|
|
object --+ | App
Application framework.
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. No 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. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 04 00:52:16 2012 | http://epydoc.sourceforge.net |