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