Gets the SDL_gfx version pygame2 was compiled against as three-value tuple.
This version is built at compile time. It can be used to detect which features may not be available through Pygame, if it is used as precompiled package using a different version of the SDL_gfx library.
Creates a new FPSManager using the specified frame rate.
The FPSManager takes care of measuring and keeping constant frame rates for the application it is used with. On demand it automatically delays the execution to keep the required frame rate.
The desired frame rate must be within the range of FPS_LOWER_LIMIT and const:FPS_UPPER_LIMIT.