I'm trying to implement editable Text myself, and I'm stuck right at the beginning - how to show the cursor when the user clicks somewhere in the text? ClickableText gives me the index of the clicked character, but that's not enough to show the cursor - I need the pixel position and the height of the cursor to display. Any pointers appreciated...