如何在cocos2d创建的项目中使用UISwipeGestureRecognizer?
我使用cocos2d创建了一个项目,现在我想使用UISwipeGestureRecognizer来获取上/下/左/右,那么我该怎么办? 多谢
i created a project by using cocos2d,and now i want to use UISwipeGestureRecognizer for get the up/down/left/right, so how can i do?
thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 .h 文件中添加此内容:
在 .m 文件中添加此内容:
希望它会有所帮助
In the .h file add this :
In .m file add this :
Hope it'll help