Blocks keyboard and mouse input events from reaching applications.
BOOL BlockInput( BOOL fBlockIt);
int BlockInput(int fBlockIt) => _BlockInput(fBlockIt);