裡面的upX upY downX downY 是float全域變數public boolean onTouchEvent(MotionEvent event) { float X = event.getX(); // 觸控的X 軸位置float Y ...
確定! 回上一頁