public void OnPointerClick(PointerEventData eventData) { if (Next) { PageControlText.IndexUp(); } else if (Prev) { PageControlText.IndexDown(); } }