MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laTextFieldWidget_GetCursorPosition Function
MPLAB® Harmony Graphics Suite
laTextFieldWidget_GetCursorPosition Function

This cursor will appear to the left of the character at index of the string

C
LIB_EXPORT uint32_t laTextFieldWidget_GetCursorPosition(
    laTextFieldWidget* txt
);
Parameters
Parameters 
Description 
laTextFieldWidget* txt 
the widget 
Returns

uint32_t - the index of the cursor

MPLAB® Harmony Graphics Suite