Check touch position on button public bool OnTouch(View v, MotionEvent e) { switch (e.Action) { // Get the x and y position for a touch (always before move) ...
確定! 回上一頁