isZooming property

bool isZooming

Tracks whether the mouse is down right now

Default: false

Implementation

external bool get isZooming;
void isZooming=(bool v)

Implementation

external set isZooming(bool v);