Android 手势取代物理箭头键

发布于 2025-01-06 14:18:44 字数 200 浏览 2 评论 0原文

我从头开始,我什至不知道去哪里看..甚至不知道该怎么称呼它..所以任何帮助将不胜感激。

我正在使用 Google 提供的 Snake 示例,我希望它能够在没有物理按键的 Android 设备上运行。我如何能够使用触摸手势(上/左/右/下)来使蛇转动等等。

同样,我什至不知道从哪里开始寻找..我仍在慢慢学习 Android 编程。

谢谢!

I'm starting from scratch and I don't even know where to look.. or even what to call this.. so any help would be appreciated.

I am working with the Snake example that Google supplies and I want it to work on Android devices without physical keys. How would I be able to use touch gestures (up/left/right/down) to make the snake turn and whatnot.

Again, I don't even know where to start looking.. I'm still slowly learning my way through programming for Android.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷鸟归林 2025-01-13 14:18:44

您可以实现View.OnTouchListener。我认为此页面就是您正在寻找的页面。

我会修改它,以便触摸屏幕的顶部使蛇向上,触摸左侧使蛇向左,等等。

You could implement View.OnTouchListener. I think this page is the one you're looking for.

I would modify it so that touching the top part of the screen sent the snake up, the left side sent it left, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文