Class Popup.TooltipBehavior.TooltipPositionBehavior

All Implemented Interfaces:
Popup.Behavior
Enclosing class:
Popup.TooltipBehavior

public static class Popup.TooltipBehavior.TooltipPositionBehavior extends Popup.PositionBehavior
provides followPointer
  • Constructor Details

  • Method Details

    • handle

      public Popup.Reaction handle(com.badlogic.gdx.scenes.scene2d.Event event, Popup popup)
      Specified by:
      handle in interface Popup.Behavior
      Overrides:
      handle in class Popup.Behavior.Adapter
      Parameters:
      event - the Event to handle
      popup - the Popup this Behavior is attached to
      Returns:
      null
    • isFollowPointer

      public boolean isFollowPointer()
      Returns:
      the followPointer
    • setFollowPointer

      public void setFollowPointer(boolean followPointer)
      Parameters:
      followPointer - the followPointer to set