LibGDX - 虚拟按钮无法处理

时间:2016-05-21 14:51:24

标签: android libgdx

我使用LG G4测试我的LibGdx游戏,但我无法处理虚拟按钮。我该怎么做?

PS:我试过那些方法

public boolean touchDown(int screenX, int screenY, int pointer, int button)
public boolean touchUp(int screenX, int screenY, int pointer, int button)
public boolean keyDown(int keycode)
public boolean keyUp(int keycode)

virtual

... ...添加

我已经处理了这种情况by this way,但现在又遇到了另一个问题。我在屏幕底部(放置虚拟按钮的位置)上有黑条,但是当我重新打开游戏时,我得到了游戏的输入。当我重新开放游戏时,我怎么能清除这个栏?

enter image description here

谢谢你, Utku Y。

1 个答案:

答案 0 :(得分:0)

经过一番搜索,我得到了这个解决方案......

config.useImmersiveMode = true;