public void BlockInputs(IInputDevice device) { if (matched) { device.BlockInputs(Gesture.BlockedInputs); matched = false; } }