wheelDebounceTime property

double wheelDebounceTime

Limits the rate at which a wheel can fire (in milliseconds). By default user can't zoom via wheel more often than once per 40 ms.

Implementation

external double get wheelDebounceTime;
void wheelDebounceTime=(double value)

Implementation

external set wheelDebounceTime(double value);