/// <inheritdoc />
 public bool OnTouch(View view, MotionEvent nativeEvent)
 => _target.OnNativeMotionEvent(nativeEvent, view, true);