Class HandCursorListener

All Implemented Interfaces:
EventListener

public class HandCursorListener extends ClickListener
  • Field Details

    • enabled

      public Boolp enabled
    • checkEnabled

      public boolean checkEnabled
  • Constructor Details

    • HandCursorListener

      public HandCursorListener(Boolp enabled, boolean check)
    • HandCursorListener

      public HandCursorListener()
  • Method Details

    • enter

      public void enter(InputEvent event, float x, float y, int pointer, Element fromActor)
      Description copied from class: InputListener
      Called any time the mouse cursor or a finger touch is moved over an element. On the desktop, this event occurs even when no mouse buttons are pressed (pointer will be -1).
      Overrides:
      enter in class ClickListener
      fromActor - May be null.
      See Also:
    • exit

      public void exit(InputEvent event, float x, float y, int pointer, Element toActor)
      Description copied from class: InputListener
      Called any time the mouse cursor or a finger touch is moved out of an element. On the desktop, this event occurs even when no mouse buttons are pressed (pointer will be -1).
      Overrides:
      exit in class ClickListener
      toActor - May be null.
      See Also: