getAction(); switch (action) { case MotionEvent.ACTION_DOWN: //手指觸摸螢幕... break; case MotionEvent.ACTION_MOVE: //手指在螢幕上移動... break; ...
確定! 回上一頁