Example #1
0
 public void OnDrag(PointerEventData eventData)
 {
     //Pass event to child
     analogControls.OnDrag(eventData);
 }