Kanzi  3.9.6
Kanzi Engine API
kanzi::PanManipulator::MovedMessageArguments Class Reference

Message arguments for moved message sent during pan gesture. More...

#include <kanzi/core.ui/input/pan_manipulator.hpp>

Inheritance diagram for kanzi::PanManipulator::MovedMessageArguments:
[legend]

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< Vector2PanDeltaProperty
 Holds the change in pan position since the last update in global screen coordinates. More...
 
static PropertyType< Vector2PanVelocityProperty
 Holds the current estimate of the pan velocity in global screen coordinates. More...
 

Detailed Description

Message arguments for moved message sent during pan gesture.

Inherits argument properties from PanManipulator::BaseMessageArguments.


The documentation for this class was generated from the following file: