MPLAB® Harmony Graphics Suite
|
Type: void laUpdate()
This function updates the active Aria library context state. It performs event processing as well as servicing of the widget paint loop. It should be called often.
LIB_EXPORT void laUpdate( uint32_t dt );
Parameters |
Description |
uint32_t dt |
a delta time, typically expressed in milliseconds, since the last time laUpdate was called. If this value is zero then time-dependent features will not advance. |
MPLAB® Harmony Graphics Suite
|