MPLAB® Harmony Graphics Suite
|
The flick init speed is the drag distance needed to move the wheel into momentum mode. It is the distance that must be covered from one Aria update frame to another.
LIB_EXPORT laResult laListWheelWidget_SetFlickInitSpeed( laListWheelWidget* whl, uint32_t speed );
Parameters |
Description |
laListWheelWidget* whl |
the widget |
uint32_t speed |
the flick init speed value |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|