Hi,
Was trying to capture events when the mouse is over certain words of text. Currently looks like there is a MouseOverTextEvent, which captures the begin and end of when mouse enters a StyledTextAreaView. Is there anyway to capture when the mouse moves over different words within a StyledTextAreaView?
Was looking at end of StyledTextAreaView::mouseOverTextEvents(), would the implementation be similar to this method? Wanted to avoid using addEventHandler(MouseEvent.MOUSE_MOVED, e-> {}) b/c MouseOverTextEvent has the nice mouseOverTextDelay funtionality, so this looks more logical location.
Thanks!
Hi,
Was trying to capture events when the mouse is over certain words of text. Currently looks like there is a MouseOverTextEvent, which captures the begin and end of when mouse enters a StyledTextAreaView. Is there anyway to capture when the mouse moves over different words within a StyledTextAreaView?
Was looking at end of StyledTextAreaView::mouseOverTextEvents(), would the implementation be similar to this method? Wanted to avoid using addEventHandler(MouseEvent.MOUSE_MOVED, e-> {}) b/c MouseOverTextEvent has the nice mouseOverTextDelay funtionality, so this looks more logical location.
Thanks!