MPLAB® Harmony Graphics Suite
|
The cursor will appear to the left of the character at pos
LIB_EXPORT laResult laTextFieldWidget_SetCursorPosition( laTextFieldWidget* txt, uint32_t pos );
Parameters |
Description |
laTextFieldWidget* txt |
the widget |
uint32_t pos |
the position of the cursor in character indices |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|