Scrolling and image

How do I scroll an image

Could you be more specific please?

You want to check for panning. Check this search:

panning image :processing.org - Google Search

Kf

1 Like

Use the mouseWheel() function :

https://processing.org/reference/mouseWheel_.html

and add the event.getCount() to your image Y position.

1 Like

Thanks, I’ll browse through these. One seems to point the way for me.

Thanks for your reply, My question was broad and kfrajer pointed the way for me.