第一頁 返回 繼續 最後一頁 摘要 圖形

onTouchEvent

public boolean onTouchEvent(MotionEvent e)

{

float x=e.getX();

float y=e.getY();

}