TextField:getTextPositionFromPoint

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2019.5
Class: TextField

Description

Returns the offset into a text from x,y coordinates.

(number),(number),(number) = TextField:getTextPositionFromPoint(x,y)

Parameters

x: (number) the queried X coordinate
y: (number) the queried Y coordinate

Return values

Returns (number) the resolved byte offset within the text string
Returns (number) the corrected X coordinate
Returns (number) the corrected Y coordinate