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
5
namespace
MR
6
{
9
10
11
class
WinDropTarget;
12
13
class
DragDropWin32Handler :
public
IDragDropHandler
14
{
15
public
:
16
DragDropWin32Handler( GLFWwindow* window );
17
~DragDropWin32Handler();
18
private
:
19
HWND window_{
nullptr
};
20
std::unique_ptr<WinDropTarget> winDropTartget_;
21
};
22
23
}
24
#endif
MRDragDropHandler.h
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRViewer
MRDragDropWin32Handler.h
Generated by
1.11.0