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