noMoveStart property

bool noMoveStart

If true, panning won't fire movestart event on start (used internally for panning inertia).

Implementation

external bool get noMoveStart;
void noMoveStart=(bool value)

Implementation

external set noMoveStart(bool value);