public void OnPointerDown(PointerEventData eventData) { // clickOnPointerUp = true; Debug.Log("POINTER CLICK"); if (Input.GetKey(KeyCode.LeftAlt) || Input.GetKeyDown(KeyCode.RightAlt)) { cardPanel.OnRequestCopy(); } }