Exemplo n.º 1
0
 public void OnPointerExit(PointerEventData data)
 {
     // Cancel other touch so you don't acidentally perform a player action.
     TouchInput.CancelTouchOperations();
 }