Is there an event that a ui button is being pressed down?

Is there an event that indicates a UI button is being pressed down? Not ClickEvent.

https://docs.unity3d.com/Packages/com.unity.ui@1.0/api/UnityEngine.UIElements.MouseDownEvent.html

We recommend using PointerDownEvent.

1 Like