Getting Started
Concepts
API
pyglet_app_run()
Examples
Begin processing events, scheduled functions and window updates.
This is a convenience function, equivalent to:
pyglet.app.event_loop.run()