MeshLib C++ Docs
Loading...
Searching...
No Matches
MRDragDropWin32Handler.h
Go to the documentation of this file.
1#pragma once
2#ifdef _WIN32
3#include "MRDragDropHandler.h"
4
5namespace MR
6{
9
10
11class WinDropTarget;
12
13class DragDropWin32Handler : public IDragDropHandler
14{
15public:
16 DragDropWin32Handler( GLFWwindow* window );
17 ~DragDropWin32Handler();
18private:
19 HWND window_{ nullptr };
20 std::unique_ptr<WinDropTarget> winDropTartget_;
21};
22
23}
24#endif
only for bindings generation
Definition MRCameraOrientationPlugin.h:8