MPLAB® Harmony Graphics Suite
|
Returns the index of the layer for the screen specified.
LIB_EXPORT int32_t laScreen_GetLayerIndex( laScreen* scr, laLayer* layer );
Parameters |
Description |
laScreen* scr |
the screen to reference |
laLayer* layer |
the layer to search for |
uint32_t - the index of the layer
MPLAB® Harmony Graphics Suite
|