gamepad keyboard mockup

This commit is contained in:
minjaesong
2019-04-15 12:26:54 +09:00
parent bda58ecebd
commit 62b687c86b
8 changed files with 63 additions and 5 deletions

View File

@@ -213,8 +213,9 @@ abstract class UICanvas(
}
/** Called by the screen's InputProcessor */
open fun keyTyped(character: Char): Boolean {
// TODO process key typing from the virtual keyboard?
return false
//uiItems.forEach { it.keyT }
}
open fun resize(width: Int, height: Int) {