enableOutsideAreaMove property

bool enableOutsideAreaMove
final

Tilt can continue to be triggered outside the area.

Only the following gestures: GesturesType.touch GesturesType.controller


开启倾斜过程中区域外可以继续移动

仅以下手势生效: GesturesType.touch GesturesType.controller

当触发手势移动的倾斜过程中, 手势移动到区域外是否可以继续移动。

Implementation

final bool enableOutsideAreaMove;