public void OnDrag(PointerEventData eventData) { if (Input.GetMouseButton(0) && !Input.GetKey(KeyCode.LeftAlt)) { cam.Pan(eventData.delta); } }