13class TouchpadCocoaHandler :
public TouchpadController::Handler
16 explicit TouchpadCocoaHandler( GLFWwindow* window );
17 ~TouchpadCocoaHandler()
override;
21 std::unique_ptr<Impl> impl_;
only for bindings generation
Definition MRCameraOrientationPlugin.h:8