如何使用哈希码引用触摸?
我正在制作一个 2d 物理平台游戏。我使用左、右和跳跃按钮控制主角。然而,我在处理多次触摸时遇到了麻烦。我已经阅读了有关哈希码的信息,以引用每次触摸,从而找出按下的按钮或按钮组合。但我无法找到此哈希代码的示例实现。
有人可以给我指出一个显示如何使用哈希码的示例吗?如果您对实施控制的任何其他方式有建议,我们也将不胜感激。
谢谢阿比纳夫
I am making a 2d physics platform game. I am controlling the main character using left,right and jump buttons. I am however having trouble handling multiple touches. I have read about the hash code to reference each touch and hence figure out what button or combination of buttons is being pressed. I am not able to find an example implementation of this hash code though.
Can someone point me to an example that shows how to use the hash code? If you have a suggestion on anyother way to implement the controls that will be appreciated too.
Thanks
Abhinav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此问题的答案:
在cocos2d中如何实现触摸哈希码并稍后引用它?
See answers to this question:
In cocos2d how do you implement a touch hash code and reference it later?