The sdl2.ext.common module contains various classes and methods for creating, processing and manipulating on-screen graphics.
An SDL2 specific Exception class. if no msg is provided, the message will be set to the value of sdl2.error.SDL_GetError()
Initializes the underlying SDL2 video subsystem. Raises a SDLError, if the SDL2 video subsystem could not be initialised.
Quits the underlying SDL2 video subysystem. If no other SDL2 subsystems are active, this will also call quit().
Gets all SDL events that are currently on the event queue.