new world ui wip

This commit is contained in:
minjaesong
2021-10-26 00:03:19 +09:00
parent b78e6ebe01
commit d8aed8a34c
12 changed files with 252 additions and 11 deletions

View File

@@ -53,9 +53,9 @@ class UIItemTextLineInput(
initialX: Int, initialY: Int,
override val width: Int,
var placeholder: () -> String = { "" },
val maxLen: InputLenCap = InputLenCap(1000, InputLenCap.CharLenUnit.CODEPOINTS),
val enablePasteButton: Boolean = true,
val enableIMEButton: Boolean = false,
val maxLen: InputLenCap = InputLenCap(1000, InputLenCap.CharLenUnit.CODEPOINTS)
val enableIMEButton: Boolean = true
) : UIItem(parentUI, initialX, initialY) {
init {