updateWhenIdle property

bool updateWhenIdle

If true, the control is updated on moveend, otherwise it's always up-to-date (updated on move). Default to false.

Implementation

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

Implementation

external set updateWhenIdle(bool value);