MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / DoOpen

Method DoOpen

lib/imgui/imgui_demo.cpp:4635–4635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4633 Color = color;
4634 }
4635 void DoOpen() { Open = true; }
4636 void DoQueueClose() { WantClose = true; }
4637 void DoForceClose() { Open = false; Dirty = false; }
4638 void DoSave() { Dirty = false; }

Callers 1

ShowExampleAppDocumentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected