void activateImGuiStyle(bool darkMode=true, float alpha=0.2F)
Needs to be called after the setup of the dear gui and changes the color theme. WARNING: lightMode is...
Definition: helper_functions.cpp:6
unsigned int getDigitCountForUInt(unsigned int src)
Returns the count of digits of the given unsined int. Example: getDigitCountForUInt(21349) = 5
Definition: helper_functions.cpp:84