Ejemplo n.º 1
0
 public void OnDrag(PointerEventData eventData)
 {
     if (enabled)
     {
         _handler.CursorDrag();
     }
 }