sdl2.sdlgfx - SDL2_gfx library wrapperΒΆ
The sdl2.sdlgfx
module is a ctypes
-based wrapper
around the SDL2_gfx library. It wraps nearly all publicly accessible
structures and functions of the SDL2_gfx library to be accessible from
Python code.
A detailed documentation about the behaviour of the different functions can found on the SDL2_gfx project website.