OpenGLContext.pygamecontext
Context functionality within the PyGame environment
Classes
Context sub-class providing basic API support under PyGame
Unlike most of the windowing APIs, PyGame requires you to write
an explicit event handler loop, we provide a default loop method
called MainLoop.