all constant

int const all

All available interactive flags, use as flags: InteractiveFlag.all to enable all gestures.

Implementation

static const int all = drag |
    flingAnimation |
    pinchMove |
    pinchZoom |
    doubleTapZoom |
    doubleTapDragZoom |
    scrollWheelZoom |
    rotate;