IME icon by language; fixed a bug where text input field would not reset IME when it has been deactivated

This commit is contained in:
minjaesong
2021-11-16 14:03:24 +09:00
parent 7e344998ee
commit c98ca08460
19 changed files with 89 additions and 17 deletions

View File

@@ -252,12 +252,14 @@ class ConsoleWindow : UICanvas() {
0f, -height.toFloat()
)*/
textinput.isActive = false
textinput.mouseoverUpdateLatch = false
}
override fun endOpening(delta: Float) {
drawOffY = 0f
openingTimeCounter = 0f
textinput.isActive = true
textinput.mouseoverUpdateLatch = true
}
override fun endClosing(delta: Float) {