MeshLib C++ Docs
Loading...
Searching...
No Matches
MRDragDropHandler.h
Go to the documentation of this file.
1#pragma once
2#include "MRViewerFwd.h"
3
4struct GLFWwindow;
5
6namespace MR
7{
10
11
14{
15public:
16 virtual ~IDragDropHandler() = default;
17};
18
21std::unique_ptr<IDragDropHandler> getDragDropHandler( GLFWwindow* window );
22
23}
this class is needed to emit detailed Drag & Drop events to Viewer on different platforms
Definition MRDragDropHandler.h:14
std::unique_ptr< IDragDropHandler > getDragDropHandler(GLFWwindow *window)
virtual ~IDragDropHandler()=default
only for bindings generation
Definition MRCameraOrientationPlugin.h:8