![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.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.
Here is the call graph for this function:| std::pair< float, float > Blam::Utils::GetSystemDpi | ( | ) |
Retrieve the Windows system DPI.
The first value is X. The second value is Y.