isSelected function

bool isSelected(
  1. int flags
)

Implementation

bool isSelected(int flags) => flags & kFlagSelected != 0;