ISGesture Constants Reference

Declared in ISTouch.h

ISGesture

All supported gestures

Definition

typedef NS_ENUM(NSInteger, ISGesture ) {
   ISGestureNotRecognized,
   ISGestureSingleTap,
   ISGestureDoubleTap,
   ISGestureLongPress,
};

Constants

ISGestureNotRecognized

Gesture not recognized.

Declared In ISTouch.h.

ISGestureSingleTap

Single tap.

Declared In ISTouch.h.

ISGestureDoubleTap

Double tap.

Declared In ISTouch.h.

ISGestureLongPress

Long press.

Declared In ISTouch.h.

Declared In

ISTouch.h