MeshLib Documentation
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
{
8
10
class
TouchpadCocoaHandler :
public
TouchpadController::Handler
11
{
12
public
:
13
explicit
TouchpadCocoaHandler( GLFWwindow* window );
14
~TouchpadCocoaHandler()
override
;
15
16
private
:
17
class
Impl;
18
std::unique_ptr<Impl> impl_;
19
};
20
21
}
22
23
#endif
MRTouchpadController.h
MR
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRViewer
MRTouchpadCocoaHandler.h
Generated by
1.11.0