MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / dragDropSource

Method dragDropSource

Source/Falcor/Utils/UI/Gui.cpp:1516–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514#undef add_bool_vec_type
1515
1516bool Gui::Widgets::dragDropSource(const char label[], const char dataLabel[], const std::string& payloadString)
1517{
1518 return mpGui ? mpGui->mpWrapper->addDragDropSource(label, dataLabel, payloadString) : false;
1519}
1520
1521bool Gui::Widgets::dragDropDest(const char dataLabel[], std::string& payloadString)
1522{

Callers 1

onGuiRenderMethod · 0.80

Calls 1

addDragDropSourceMethod · 0.80

Tested by

no test coverage detected