BlockInput method

int BlockInput(
  1. int fBlockIt
)

Implementation

int BlockInput(
  int fBlockIt,
) {
  return _BlockInput(
    fBlockIt,
  );
}