sharebophar
Results
1
comments of
sharebophar
``` function UIEditText:getLineInfoAt(x, y) -- returns the wrap, line, and byteoffset -- of specified line local wraps = self.label:getWrap() local line = wraps[y] or "" local byteoffset = x --...