摘要:
android本事是支持的,很简单 就直接上代码了 1 @Override 2 public boolean onTouchEvent(MotionEvent event) { 3 4 switch (event.getAction()&MotionEvent.ACTION_MASK) { 5 case MotionEvent.ACTION_DOWN: 6 Log.e(TAG, "按下了"); 7 break; 8 case Motion... 阅读全文
posted @ 2013-02-01 10:07
王世桢
阅读(196)
评论(0)
推荐(0)

浙公网安备 33010602011771号