detect Rotate Gestures
suspend fun detectRotateGestures(onRotateBegin: (RotateGestureDetector) -> Unit = {}, onRotateEnd: (RotateGestureDetector) -> Unit = {}, onRotate: (RotateGestureDetector) -> Unit = {})
Registers an OnRotateListener and suspends until cancellation.
Parameters
on Rotate Begin
called when the rotate gesture starts.
on Rotate
called during the rotate gesture.
on Rotate End
called when the rotate gesture ends.