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

Method FileStyle

ImGuiFileDialog.cpp:1159–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157}
1158
1159IGFD::FileStyle::FileStyle() : color(0, 0, 0, 0) {
1160}
1161
1162IGFD::FileStyle::FileStyle(const FileStyle& vStyle) {
1163 color = vStyle.color;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected