getWindowDroppedFiles
WindowModuleInterface::getWindowDroppedFiles
Returns the path to the files dropped on the window.
Declaration
virtual std::vector<std::string> getWindowDroppedFiles(WindowID windowID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window the files are dropped on. |
Returns
An std::vector of the paths of the files dropped on the window during the current frame.
If no file has been dropped on the window, the returned std::vector is empty.