MCPcopy Create free account
hub / github.com/VCVRack/Rack / PathDropEvent

Method PathDropEvent

include/widget/Widget.hpp:439–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 */
438 struct PathDropEvent : BaseEvent, PositionBaseEvent {
439 PathDropEvent(const std::vector<std::string>& paths) : paths(paths) {}
440
441 /** List of file paths in the dropped selection */
442 const std::vector<std::string>& paths;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected