Ejemplo n.º 1
0
 protected void StopInput(int fingerId = -1)
 {
     if (_inputHandler != null)
     {
         _inputHandler.HandleInputUp(fingerId);
     }
 }