public static interface TouchInput.RotateResponder
Modifier and Type | Method and Description |
---|---|
boolean |
onRotate(float x,
float y,
float rotation)
Called repeatedly while two touch points are rotated around a point
|
boolean onRotate(float x, float y, float rotation)
x
- The x screen coordinate of the center of rotationy
- The y screen coordinate of the center of rotationrotation
- The change in rotation of the touch points relative to the previous
rotation event, in counter-clockwise radians