16 DragDropWin32Handler( GLFWwindow* window );
17 ~DragDropWin32Handler();
19 HWND window_{
nullptr };
20 std::unique_ptr<WinDropTarget> winDropTartget_;
this class is needed to emit detailed Drag & Drop events to Viewer on different platforms
Definition MRDragDropHandler.h:14
only for bindings generation
Definition MRCameraOrientationPlugin.h:8