hasDrag static method

bool hasDrag(
  1. int flags
)

True if the drag interactive flag is enabled.

Implementation

static bool hasDrag(int flags) => hasFlag(flags, drag);