Beispiel #1
0
 protected virtual void OnTouchEnded(ITouchEventArgs e) =>
 TouchEnded?.Invoke(this, e);
Beispiel #2
0
 protected virtual void OnTouchBegan(ITouchEventArgs e) =>
 TouchBegan?.Invoke(this, e);