hasRotate static method

bool hasRotate(
  1. int flags
)

True if the rotate interactive flag is enabled.

Implementation

static bool hasRotate(int flags) => hasFlag(flags, rotate);