ClickType

public enum ClickType : Int
  • Declaration

    Swift

    case SINGLE = 1
  • Declaration

    Swift

    case LONG = 2
  • Declaration

    Swift

    case DOUBLE = 3
  • Declaration

    Swift

    case DUAL = 4
  • Declaration

    Swift

    case DESELECT = 5