I am trying to use the Unity UI buttons to perform a DRAG action, but of course it can't work: the button only has a ON CLICK event, so that only gets recorded when the mousebutton gets released.
So how do I perform a DRAG action when the player keeps the mouse button pressed inside a certain area?