MPLAB® Harmony Graphics Suite
|
Indicates if the layer at the given index is 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_IsLayerDrawing( uint32_t idx );
Parameters |
Description |
uint32_t idx |
the index of the layer to query |
MPLAB® Harmony Graphics Suite
|