Base message arguments for pan gestures that contain movement information.
More...
#include <kanzi/core.ui/input/pan_manipulator.hpp>
Base message arguments for pan gestures that contain movement information.
Inherits argument properties from InputManipulator::InputMessageArguments.
◆ getDelta()
Vector2 kanzi::PanManipulator::BaseMessageArguments::getDelta |
( |
| ) |
const |
|
inline |
◆ setDelta()
void kanzi::PanManipulator::BaseMessageArguments::setDelta |
( |
Vector2 |
value | ) |
|
|
inline |
◆ getVelocity()
Vector2 kanzi::PanManipulator::BaseMessageArguments::getVelocity |
( |
| ) |
const |
|
inline |
◆ setVelocity()
void kanzi::PanManipulator::BaseMessageArguments::setVelocity |
( |
Vector2 |
value | ) |
|
|
inline |
◆ makeEditorInfo()
◆ PanDeltaProperty
Holds the change in pan position since the last update in global screen coordinates.
The default value is Vector2(0.0f, 0.0f).
- See also
- setDelta(), getDelta()
◆ PanVelocityProperty
The documentation for this class was generated from the following file: