![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
CzUtils - Pure static utility class. More...
#include <CzUtil.h>
Static Public Member Functions | |
| static const char * | GetGraphicModeName (int width, int height) |
| Gets graphic mode name from the supplied width and height. | |
| static int | GetGraphicModeIndex (int width, int height) |
| Gets graphic mode index from the supplied width and height. | |
| static int | CountDigits (int number) |
| Count how many didgits an integer has. | |
CzUtils - Pure static utility class.
| int CzUtils::CountDigits | ( | int | number | ) | [static] |
Count how many didgits an integer has.
| number | The number. |
| int CzUtils::GetGraphicModeIndex | ( | int | width, |
| int | height | ||
| ) | [static] |
Gets graphic mode index from the supplied width and height.
See g_CzUtils_GraphicsModeNames for list of available modes.
| width | The width. |
| height | The height. |
| const char * CzUtils::GetGraphicModeName | ( | int | width, |
| int | height | ||
| ) | [static] |
Gets graphic mode name from the supplied width and height.
See g_CzUtils_GraphicsModeNames for list of available modes.
| width | The width. |
| height | The height. |