MPLAB® Harmony Graphics Suite
|
Indicates if any layers are currently drawing a frame. Because frame updates can happen long after making changes to the UI state it is best to only make updates to the state of a layer tree only when the layer is not drawing.
Requires an active context and active screen.
LIB_EXPORT laBool laContext_IsDrawing();
MPLAB® Harmony Graphics Suite
|