Is there a touch zone control similar to the On-Screen button or On-Screen Joystick control?

Today, I was trying to create make my game’s inputs be useable on mobile devices, I previously used On-Screen Joy stick for my look control but because many mobile devices have small screens, I decided to make the screen draggable where the output would be a Vector2, The problem happened when I found out that there is no component similar to the On-Screen Joy stick. Is there a component that sets an input control value when the user starts dragging on the screen? (Like some games where the player moves the camera by dragging on the screen)