Android 提供GestureDetector類接收移動事件,並告訴我們,這些事件是否有對應手勢. ... GestureDetector myG; myG = new GestureDetector(this,new Gesture()); ...
確定! 回上一頁