MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / dragDrop

Method dragDrop

source/MRViewer/MRViewer.cpp:1631–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629}
1630
1631bool Viewer::dragDrop( const std::vector<std::filesystem::path>& paths )
1632{
1633 if ( signals_->dragDropSignal( paths ) )
1634 return true;
1635
1636 return false;
1637}
1638
1639bool Viewer::interruptWindowClose()
1640{

Callers 1

glfw_drop_callbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected