在自定义View和Activity中应该都可以使用. 重写onTouchEvent方法. Kotlin代码: override fun onTouchEvent(event: MotionEvent): Boolean { val t = event.toolMajor
確定! 回上一頁