Exemple #1
0
 protected virtual void OnDragEnd(PointerEventData data)
 {
     Controler?.OnDragEnd(data);
     isDrag = false;
 }