private InputData CreateInputData(MouseInput input) => new InputData(input.MouseButton, MousePosition);
private void TrySendForceEndEvent(MouseInput input) => ForceEndDraw?.Invoke(CreateInputData(input));