事件类型. 涉及MotionEvent使用的代码一般如下: int action = MotionEventCompat.getActionMasked(event); switch(action) { case MotionEvent.ACTION_DOWN: ...
確定! 回上一頁