MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / OpenDialog

Function OpenDialog

extern/nfd/include/nfd.hpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37inline nfdresult_t OpenDialog(nfdnchar_t*& outPath,
38 const nfdnfilteritem_t* filterList = nullptr,
39 nfdfiltersize_t filterCount = 0,
40 const nfdnchar_t* defaultPath = nullptr) noexcept {
41 return ::NFD_OpenDialogN(&outPath, filterList, filterCount, defaultPath);
42}
43
44inline nfdresult_t OpenDialogMultiple(const nfdpathset_t*& outPaths,
45 const nfdnfilteritem_t* filterList = nullptr,

Callers

nothing calls this directly

Calls 3

NFD_OpenDialogU8Function · 0.85
NFD_OpenDialogNFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected