Message arguments for pan gesture entered node area message. More...
#include <kanzi/core.ui/input/pan_manipulator.hpp>
Additional Inherited Members | |
Public Member Functions inherited from kanzi::PanManipulator::BaseMessageArguments | |
| Vector2 | getDelta () const |
| Gets the value of the PanDeltaProperty. More... | |
| void | setDelta (Vector2 value) |
| Sets the value of the PanDeltaProperty. More... | |
| Vector2 | getVelocity () const |
| Gets the value of the PanVelocityProperty. More... | |
| void | setVelocity (Vector2 value) |
| Sets the value of the PanVelocityProperty. More... | |
Static Public Member Functions inherited from kanzi::PanManipulator::BaseMessageArguments | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes inherited from kanzi::PanManipulator::BaseMessageArguments | |
| static PropertyType< Vector2 > | PanDeltaProperty |
| Holds the change in pan position since the last update in global screen coordinates. More... | |
| static PropertyType< Vector2 > | PanVelocityProperty |
| Holds the current estimate of the pan velocity in global screen coordinates. More... | |
Message arguments for pan gesture entered node area message.
Inherits argument properties from PanManipulator::BaseMessageArguments.