MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / PathStruct

Class PathStruct

ImGuiFileDialog.h:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319public:
320 struct PathStruct {
321 std::string path;
322 std::string name;
323 std::string ext;
324 bool isOk = false;
325 };
326
327public:
328 static bool ImSplitter(bool split_vertically, float thickness, float* size1, float* size2, float min_size1, float min_size2, float splitter_long_axis_size = -1.0f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected