MPLAB® Harmony Graphics Suite
|
Indicates if the library currently drawing a frame. Because frame updates can asynchronous to making changes to the UI state it is best to only make updates to the state of a widget only when the layer is not drawing.
LIB_EXPORT leBool leIsDrawing();
leResult
MPLAB® Harmony Graphics Suite
|