How do I scroll an image
Could you be more specific please?
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.