From dba312b16eb571c1d7f9fd7cc879d114fdb4b1b8 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 23 Dec 2022 12:50:00 +0800 Subject: [PATCH] InputHandler // Expose SessionCtl.updateVerticalTypingStatus(). --- Source/Modules/InputHandler_Core.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/InputHandler_Core.swift b/Source/Modules/InputHandler_Core.swift index af1cc0b8..f096f17a 100644 --- a/Source/Modules/InputHandler_Core.swift +++ b/Source/Modules/InputHandler_Core.swift @@ -61,6 +61,7 @@ public protocol InputHandlerDelegate { var state: IMEStateProtocol { get set } var clientBundleIdentifier: String { get } func callError(_ logMessage: String) + func updateVerticalTypingStatus() func switchState(_ newState: IMEStateProtocol) func candidateController() -> CtlCandidateProtocol? func candidateSelectionCalledByInputHandler(at index: Int)