MPLAB® Harmony Graphics Suite
|
LIB_EXPORT uint32_t laString_GetCharIndexAtPoint( laString* str, int32_t x );
Parameters |
Description |
laString* str |
the string to reference |
int32_t x |
x offset in pixels |
uint32_t - character index
MPLAB® Harmony Graphics Suite
|