Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
Blam::Utils Namespace Reference

Namespace containing general-purpose utilities. More...

Namespaces

 Color
 Namespace for things relating to global engine color data.
 

Functions

BLAM std::pair< float, float > GetSystemDpi ()
 Retrieve the Windows system DPI. More...
 
BLAM std::pair< float, float > GetEngineDpi ()
 Retrieve the game engine's DPI. More...
 

Detailed Description

Namespace containing general-purpose utilities.

Function Documentation

◆ GetEngineDpi()

std::pair< float, float > Blam::Utils::GetEngineDpi ( )

Retrieve the game engine's DPI.

The first value is X. The second value is Y.

◆ GetSystemDpi()

std::pair< float, float > Blam::Utils::GetSystemDpi ( )

Retrieve the Windows system DPI.

The first value is X. The second value is Y.