given a `Text` node, is there a way to go from mou...
# tornadofx
k
given a
Text
node, is there a way to go from mouse click in the node to nearest character in the text?
it seems like
Text.hitTest()
is the intended API... just needed a bit more googling 😄