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.
◆ getDelta()
Vector2 kanzi::PinchManipulator::MovedMessageArguments::getDelta |
( |
| ) |
const |
|
inline |
◆ setDelta()
void kanzi::PinchManipulator::MovedMessageArguments::setDelta |
( |
Vector2 |
value | ) |
|
|
inline |
◆ getScale()
float kanzi::PinchManipulator::MovedMessageArguments::getScale |
( |
| ) |
const |
|
inline |
◆ setScale()
void kanzi::PinchManipulator::MovedMessageArguments::setScale |
( |
float |
value | ) |
|
|
inline |
◆ getRotation()
float kanzi::PinchManipulator::MovedMessageArguments::getRotation |
( |
| ) |
const |
|
inline |
◆ setRotation()
void kanzi::PinchManipulator::MovedMessageArguments::setRotation |
( |
float |
value | ) |
|
|
inline |
◆ makeEditorInfo()
◆ PinchPositionDeltaProperty
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()
◆ PinchScaleProperty
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()
◆ PinchRotationProperty
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: