摘要: 版本:3.0Beta2在android上,触摸事件的原始起点在nativeactivity分发出去。例如:cocos2d::Director::getInstance()->getOpenGLView()->handleTouchesBegin(1, &pointerId, &x, &y);总共有几下几种,在EGLView当中,实现了 virtual void handleTouchesBegin(int num, int ids[], float xs[], float ys[]); virtual void handleTouchesMove(int n 阅读全文
posted @ 2014-03-06 17:51 风亦兮 阅读(1002) 评论(0) 推荐(0) 编辑