Package guideme.document.interaction
Interface InteractiveElement
- All Known Implementing Classes:
LytFlowInlineBlock
,LytFlowLink
,LytImage
,LytSlot
,LytTooltipSpan
,LytWidget
public interface InteractiveElement
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional
<GuideTooltip> getTooltip
(float x, float y) default void
default boolean
mouseClicked
(GuideScreen screen, int x, int y, int button) default boolean
mouseMoved
(GuideScreen screen, int x, int y) default boolean
mouseReleased
(GuideScreen screen, int x, int y, int button)
-
Method Details
-
mouseMoved
-
mouseClicked
-
mouseReleased
-
mouseCaptureLost
default void mouseCaptureLost() -
getTooltip
- Parameters:
x
- X position of the mouse in document coordinates.y
- Y position of the mouse in document coordinates.
-