MPLAB® Harmony Graphics Suite
|
When a wheel is in momenum mode and during each rotation update tick the wheel will reduce its current momentum value by this falloff percentage. The higher this value is the faster a wheel will slow down. The wheel is limited to integer math so the lowest this value can be is one.
LIB_EXPORT laResult laListWheelWidget_SetMomentumFalloffRate( laListWheelWidget* whl, uint32_t rate );
Parameters |
Description |
laListWheelWidget* whl |
the widget |
uint32_t max |
the momentum falloff value |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|