Package guideme.document.interaction
Interface InteractiveElement
- All Known Implementing Classes:
LytFlowInlineBlock
,LytFlowLink
,LytGuiSprite
,LytImage
,LytSlot
,LytTooltipSpan
,LytWidget
public interface InteractiveElement
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional
<GuideTooltip> getTooltip
(float x, float y) default void
default boolean
mouseClicked
(GuideUiHost screen, int x, int y, int button) default boolean
mouseMoved
(GuideUiHost screen, int x, int y) default boolean
mouseReleased
(GuideUiHost 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.
-