Skip to content

MouseOverTextEvent over specific word of text #237

@kushal256

Description

@kushal256

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions