使用Jetpack Compose完成自定义手势处理,android开发技术难点
作者:互联网
onGesture(必须):当拖动、缩放或旋转手势发生时回调
suspend fun PointerInputScope.detectTransformGestures(
panZoomLock: Boolean = false,
onGesture: (centroid: Offset, pan: Offset, zoom: Float, rotation: Float) -> Unit
)
标签:Box,layer,Compose,自定义,开发技术,事件,offset,组件,手势 来源: https://blog.csdn.net/m0_66265052/article/details/123218957