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