|
2D_Game_Engine
|
Go to the source code of this file.
Functions | |
| float | GetWidthPercentageInPx (float percentage) |
| float | GetHeightPercentageInPx (float percentage) |
| bool | StartNode (const std::string &name, enum ImGuiTreeNodeFlags_ flags) |
| std::string | ExecuteCommand (const std::string &command) |
| std::string ExecuteCommand | ( | const std::string & | command | ) |
Definition at line 17 of file utilities.cpp.
| float GetHeightPercentageInPx | ( | float | percentage | ) |
Definition at line 9 of file utilities.cpp.
| float GetWidthPercentageInPx | ( | float | percentage | ) |
Definition at line 5 of file utilities.cpp.
| bool StartNode | ( | const std::string & | name, |
| enum ImGuiTreeNodeFlags_ | flags ) |
Definition at line 13 of file utilities.cpp.