Hi there,
The Prodigy - "One Love" jamming full blast in the backgound.
I'm adding a mouseWheel method to my sketch using these lines from the processing reference page.
- addMouseWheelListener(new java.awt.event.MouseWheelListener() {
- public void mouseWheelMoved(java.awt.event.MouseWheelEvent evt) {
- mouseWheel(evt.getWheelRotation());
- }});
It works fine on my pc win 7, but my cousin is having trouble on his mac book.
I forwarded him this link to the PeasyCam lib:
he says that mouse wheel zoom on the block works.
what can I tri before digging through the PeasyCam source?
Thanks
Rotti
The Prodigy - "One Love" jamming full blast in the backgound.
1