MeshLib C++ Docs
Loading...
Searching...
No Matches
MRDragDropCocoaHandler.h
Go to the documentation of this file.
1#pragma once
2#ifdef __APPLE__
3#include "MRDragDropHandler.h"
4
5namespace MR
6{
9
10
16class DragDropCocoaHandler : public IDragDropHandler
17{
18public:
19 explicit DragDropCocoaHandler( GLFWwindow* window );
20 ~DragDropCocoaHandler() override;
21private:
22 class Impl;
23 std::unique_ptr<Impl> impl_;
24};
25
26}
27#endif
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