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