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