class MAGES::Graph::Foundation::Editor::TouchpadContentDragger

Overview

A manipulator that allows dragging the content with a touchpad. More…

class TouchpadContentDragger: public Manipulator
{
public:
    // properties

    float Speed;
    bool Reverse;
};

Detailed Documentation

A manipulator that allows dragging the content with a touchpad.

Properties

float Speed

Gets or sets the speed.

bool Reverse

Gets or sets a value indicating whether to reverse the direction.