2D_Game_Engine
Loading...
Searching...
No Matches
Functions
utilities.hpp File Reference

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=ImGuiTreeNodeFlags_None)
 
std::string ExecuteCommand (const std::string &command)
 

Function Documentation

◆ ExecuteCommand()

std::string ExecuteCommand ( const std::string & command)
extern

Definition at line 17 of file utilities.cpp.

◆ GetHeightPercentageInPx()

float GetHeightPercentageInPx ( float percentage)
extern

Definition at line 9 of file utilities.cpp.

◆ GetWidthPercentageInPx()

float GetWidthPercentageInPx ( float percentage)
extern

Definition at line 5 of file utilities.cpp.

◆ StartNode()

bool StartNode ( const std::string & name,
enum ImGuiTreeNodeFlags_ flags = ImGuiTreeNodeFlags_None )
extern

Definition at line 13 of file utilities.cpp.