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