NTClickType

enum NTClickType : NSInteger {}

Possible click types.

  • A click caused by pressing down and then releasing the screen.

    Declaration

    Objective-C

    NT_CLICK_TYPE_SINGLE
  • A click caused by pressing down but not releasing the screen.

    Declaration

    Objective-C

    NT_CLICK_TYPE_LONG
  • A click caused by two fast consecutive taps on the screen.

    Declaration

    Objective-C

    NT_CLICK_TYPE_DOUBLE
  • A click caused by two simultaneous taps on the screen.

    Declaration

    Objective-C

    NT_CLICK_TYPE_DUAL