MeshLib C++ Docs
Loading...
Searching...
No Matches
MRTouchpadCocoaHandler.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef __APPLE__
3
4
#include "
MRTouchpadController.h
"
5
6
namespace
MR
7
{
10
11
13
class
TouchpadCocoaHandler :
public
TouchpadController::Handler
14
{
15
public
:
16
explicit
TouchpadCocoaHandler( GLFWwindow* window );
17
~TouchpadCocoaHandler()
override
;
18
19
private
:
20
class
Impl;
21
std::unique_ptr<Impl> impl_;
22
};
23
24
}
25
26
#endif
MRTouchpadController.h
MR::TouchpadController::Handler
Definition
MRTouchpadController.h:52
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MRViewer
MRTouchpadCocoaHandler.h
Generated by
1.14.0