SwipeTracker.allowLongSwipes

Set allowLongSwipes property.

  1. bool allowLongSwipes [@property getter]
  2. bool allowLongSwipes [@property setter]
    class SwipeTracker
    @property
    void
    allowLongSwipes
    (
    bool propval
    )

Parameters

propval bool

Whether to allow swiping for more than one snap point at a time.

If the value is FALSE, each swipe can only move to the adjacent snap points.