How do I scroll an image
Could you be more specific please?
You want to check for panning. Check this 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.