MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_SetFlickInitSpeed Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetFlickInitSpeed Function

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.

C
LIB_EXPORT laResult laListWheelWidget_SetFlickInitSpeed(
    laListWheelWidget* whl, 
    uint32_t speed
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t speed 
the flick init speed value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite