How do you detect if a clickable image is being held down?

New to this, hence dont know much.
Looked online but cudnt find anything
Basically, is it possible to know that a clickable image is being held down.
Like the touchdown thing for buttons

Thanks

Use the touchDown / touchUp events, if available for that component

It isnt.
The only thing i can see is this
image

Then use a button?

Ig ill have to settle for that,
What i aimed for was the image of a horn that i could press and an arduino wud play a buzzer as long as it was held down.

Set an image as the background of the button. There won't be much difference between an image component and a button.

You could also use a Canvas instead of a Button, and set its background image.

Thanks