![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
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... | |
Namespace containing general-purpose utilities.
std::pair< float, float > Blam::Utils::GetEngineDpi | ( | ) |
Retrieve the game engine's DPI.
The first value is X. The second value is Y.
std::pair< float, float > Blam::Utils::GetSystemDpi | ( | ) |
Retrieve the Windows system DPI.
The first value is X. The second value is Y.