mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 06:41:51 +09:00
fix: added a missing key on Bépo layout
This commit is contained in:
@@ -204,6 +204,15 @@ class UIKeyboardControlPanel(remoCon: UIRemoCon?) : UICanvas() {
|
||||
presetSelector.update(delta)
|
||||
|
||||
controlPalette.update(delta)
|
||||
|
||||
// TEST CODE
|
||||
/*val pushedKeys = ArrayList<Int>()
|
||||
for (k in 0..255) {
|
||||
if (Gdx.input.isKeyPressed(k))
|
||||
pushedKeys.add(k)
|
||||
}
|
||||
println("Pushed Keys: $pushedKeys")
|
||||
*/
|
||||
}
|
||||
|
||||
override fun renderImpl(frameDelta: Float, batch: SpriteBatch, camera: OrthographicCamera) {
|
||||
|
||||
Reference in New Issue
Block a user