Handles flicking behavior and physics parameters.
More...
#include <qml_material/token/token.hpp>
|
qint32 | pressDelay |
| Delay in milliseconds before a press event is recognized.
|
|
double | flickDeceleration |
| Deceleration rate for flicking motion in pixels/second²
|
|
double | maximumFlickVelocity |
| Maximum velocity allowed for flicking in pixels/second.
|
|
Handles flicking behavior and physics parameters.
Controls the flicking interaction parameters including press delay, deceleration rate, and maximum velocity for scrollable content.
The documentation for this class was generated from the following files:
- /home/runner/work/QmlMaterial/QmlMaterial/include/qml_material/token/token.hpp
- /home/runner/work/QmlMaterial/QmlMaterial/src/token/token.cpp