Receives events from the main loop
Instance methods
flush
Called to perform cleanup operations after the sceen has been rendered.
Sourcerender
Called at intervals desigated by the configured frame rate.
This is used to render the scene.
Sourceshutdown
Called when the application is shutting down.
Sourcestartup
Called when the main loop is starting up.
Use this to set things up.
Source