Class ClickType

java.lang.Object
com.massifmaps.ui.ClickType

public final class ClickType extends Object
Possible click types.
  • Field Details

    • CLICK_TYPE_SINGLE

      public static final int CLICK_TYPE_SINGLE
      A click caused by pressing down and then releasing the screen.
      See Also:
    • CLICK_TYPE_LONG

      public static final int CLICK_TYPE_LONG
      A click caused by pressing down but not releasing the screen.
      See Also:
    • CLICK_TYPE_DOUBLE

      public static final int CLICK_TYPE_DOUBLE
      A click caused by two fast consecutive taps on the screen.
      See Also:
    • CLICK_TYPE_DUAL

      public static final int CLICK_TYPE_DUAL
      A click caused by two simultaneous taps on the screen.
      See Also:
  • Constructor Details

    • ClickType

      public ClickType()