clearFlags method

void clearFlags(
  1. int flags
)

Implementation

void clearFlags(int flags) {
  drawFlags &= ~flags;
}