We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Interface ScaleResponder provides a callback to be invoked when the scale begins, continues and ends.
Referenced from: TouchInput.
public interface ScaleResponder { boolean onScaleBegin(); boolean onScale(float x, float y, float scale, float velocity); boolean onScaleEnd(); }
Tutorials
Classes