MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / ShowFileOpen

Method ShowFileOpen

extensions/olcPGEX_QuickGUI.h:1107–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105 }
1106
1107 void ModalDialog::ShowFileOpen(const std::string& sPath)
1108 {
1109 m_bShowDialog = true;
1110 }
1111
1112 bool ModalDialog::OnBeforeUserUpdate(float& fElapsedTime)
1113 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected