jdf / peasycam

Dead-simple mouse-driven camera for Processing
http://MrFeinberg.com/peasycam/
Apache License 2.0
116 stars 35 forks source link

Dragging to rotate fails on android. #18

Open AJMansfield opened 9 years ago

AJMansfield commented 9 years ago

The left/right/center mouse button constants used to select which handler to use omit the case where the dragging device isn't any of those, but is rather a touch screen or other such device. Adding a fourth fallback drag handler which doesn't require a particular mouseButton value would probably fix this.