InputHandler // Show actual character text in debug console. (#203)

This commit is contained in:
ShikiSuen 2022-10-27 14:38:27 +08:00
parent 1e178e948f
commit 39834b3ec8
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ extension InputHandler {
/// F1-F12
/// 便
if state.hasComposition || !isComposerOrCalligrapherEmpty {
delegate.callError("Blocked data: charCode: \(input.charCode), keyCode: \(input.keyCode)")
delegate.callError("Blocked data: charCode: \(input.charCode), keyCode: \(input.keyCode), text: \(input.text)")
delegate.callError("A9BFF20E")
delegate.switchState(state)
return true