mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
gamepad keyboard mockup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user