Engine::GetPrimaryResolution
Defined in:
Returns the current resolution of the primary rendering buffers.
C4Engine.h
Prototype
const Integer2D& GetPrimaryResolution(void) const;
Description
The GetPrimaryResolution
function returns the current resolution of the primary rendering buffers, in pixels.
See Also