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

Function OpenDialogMultiple

extern/nfd/include/nfd.hpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44inline nfdresult_t OpenDialogMultiple(const nfdpathset_t*& outPaths,
45 const nfdnfilteritem_t* filterList = nullptr,
46 nfdfiltersize_t filterCount = 0,
47 const nfdnchar_t* defaultPath = nullptr) noexcept {
48 return ::NFD_OpenDialogMultipleN(&outPaths, filterList, filterCount, defaultPath);
49}
50
51inline nfdresult_t SaveDialog(nfdnchar_t*& outPath,
52 const nfdnfilteritem_t* filterList = nullptr,

Callers

nothing calls this directly

Calls 3

NFD_OpenDialogMultipleU8Function · 0.85
NFD_OpenDialogMultipleNFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected