gpt4 book ai didi

java - Libgdx 在任何地方点击(触摸)

转载 作者:行者123 更新时间:2023-12-01 18:10:11 25 4
gpt4 key购买 nike

我正在尝试为 Android 制作一款游戏,要启动游戏,您可以点击(触摸)任何地方,而无需单击 Sprite 或其他东西。这可能吗?

最佳答案

这是最简单的解决方案

if (Gdx.input.isTouched()) { // is called whenever the finger is on screen touch
// screen is touched : finger on the screen
}

或者:

if (Gdx.input.justTouched()) { // is called onetime when screen is touch
// Screen is Touched
}

关于java - Libgdx 在任何地方点击(触摸),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33638573/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com