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.
float kanzi::PinchManipulator::MovedMessageArguments::getScale |
( |
| ) |
const |
|
inline |
The scale value recognized from the pinch gesture.
void kanzi::PinchManipulator::MovedMessageArguments::setScale |
( |
float |
value | ) |
|
|
inline |
float kanzi::PinchManipulator::MovedMessageArguments::getRotation |
( |
| ) |
const |
|
inline |
The rotation value recognized from the pinch gesture.
void kanzi::PinchManipulator::MovedMessageArguments::setRotation |
( |
float |
value | ) |
|
|
inline |
PropertyType<float> kanzi::PinchManipulator::MovedMessageArguments::PinchScaleProperty |
|
static |
PinchScale property.
The default value is 1.0f.
- See also
- setPinchScale(), getPinchScale()
PropertyType<float> kanzi::PinchManipulator::MovedMessageArguments::PinchRotationProperty |
|
static |
PinchRotation property.
The default value is 0.0f.
- See also
- setPinchRotation(), getPinchRotation()
The documentation for this class was generated from the following file: