Closed berni421 closed 1 year ago
Could the documentation please show how to use the handlers .. e.g from Peasycam
PeasyDragHandler handler = cam.getPanDragHandler(); cam.setLeftDragHandler(handler);
Thanks
Although there is no API for this, here is a sketch that demonstrates how to swap the handlers. I'll add a link to the readme for the next release.
Perfect thanks
Could the documentation please show how to use the handlers .. e.g from Peasycam
PeasyDragHandler handler = cam.getPanDragHandler(); cam.setLeftDragHandler(handler);
Thanks