mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user