Closed eljeffeg closed 13 years ago
Jeff, there are too many lines changed due to (I'm guessing) different line endings, different indents, etc. Please repair all of that, so I can compare the actual new code to the old code.
Jon, the only one that really did that was the readme. All the others should be fine. The readme just lists the features added and contains no code.
Ok, I see a few with the indention.. I'll take a look.
camera.setZoomScale(double scale); // 1.0 by default camera.setRotationScale(double scale); // 1.0 by default camera.setPanScale(double scale); // 1.0 by default double getZoomScale(); double getRotationScale(); double getPanScale();
camera.isMoving(); // returns true or false camera.setPanOnScreenEdge(boolean panOnScreenEdge); // default false
setPanOnScreenEdge was updated to include applet support.