MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / DropCallback

Method DropCallback

apps/Viewer/Window.cpp:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540void Window::DropCallback(GLFWwindow* window, int count, const char** paths) {
541 GetScene(window).GetWindow().HandleFileDrop(count, paths);
542}
543
544// Input Handling Methods
545void Window::HandleMouseMove(double xpos, double ypos) {

Callers

nothing calls this directly

Calls 1

HandleFileDropMethod · 0.80

Tested by

no test coverage detected