Message arguments for moved message sent during pan gesture. Inherits argument properties from InputManipulator::InputMessageArguments.
More...
#include <kanzi/core.ui/input/pinch_manipulator.hpp>
Message arguments for moved message sent during pan gesture. Inherits argument properties from InputManipulator::InputMessageArguments.
Vector2 kanzi::PinchManipulator::MovedMessageArguments::getDelta |
( |
| ) |
const |
|
inline |
void kanzi::PinchManipulator::MovedMessageArguments::setDelta |
( |
Vector2 |
value | ) |
|
|
inline |
float kanzi::PinchManipulator::MovedMessageArguments::getScale |
( |
| ) |
const |
|
inline |
void kanzi::PinchManipulator::MovedMessageArguments::setScale |
( |
float |
value | ) |
|
|
inline |
float kanzi::PinchManipulator::MovedMessageArguments::getRotation |
( |
| ) |
const |
|
inline |
void kanzi::PinchManipulator::MovedMessageArguments::setRotation |
( |
float |
value | ) |
|
|
inline |
PropertyType<Vector2> kanzi::PinchManipulator::MovedMessageArguments::PinchPositionDeltaProperty |
|
static |
PinchPositionDelta property.
The change in the position of the pinch middle point since the last update in global screen coordinates. The default value is Vector2(0.0f, 0.0f).
- See also
- setDelta(), getDelta()
PropertyType<float> kanzi::PinchManipulator::MovedMessageArguments::PinchScaleProperty |
|
static |
PinchScale property.
The scale recognized from the pinch gesture. The default value is 1.0f.
- See also
- setScale(), getScale()
PropertyType<float> kanzi::PinchManipulator::MovedMessageArguments::PinchRotationProperty |
|
static |
PinchRotation property.
The rotation recognized from the pinch gesture. The default value is 0.0f.
- See also
- setRotation(), getRotation()
The documentation for this class was generated from the following file: