hasScrollWheelZoom static method

bool hasScrollWheelZoom(
  1. int flags
)

True if the scrollWheelZoom interactive flag is enabled.

Implementation

static bool hasScrollWheelZoom(int flags) => hasFlag(flags, scrollWheelZoom);