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