InputHandler // Expose SessionCtl.updateVerticalTypingStatus().
This commit is contained in:
parent
5b117a4c3d
commit
dba312b16e
|
@ -61,6 +61,7 @@ public protocol InputHandlerDelegate {
|
||||||
var state: IMEStateProtocol { get set }
|
var state: IMEStateProtocol { get set }
|
||||||
var clientBundleIdentifier: String { get }
|
var clientBundleIdentifier: String { get }
|
||||||
func callError(_ logMessage: String)
|
func callError(_ logMessage: String)
|
||||||
|
func updateVerticalTypingStatus()
|
||||||
func switchState(_ newState: IMEStateProtocol)
|
func switchState(_ newState: IMEStateProtocol)
|
||||||
func candidateController() -> CtlCandidateProtocol?
|
func candidateController() -> CtlCandidateProtocol?
|
||||||
func candidateSelectionCalledByInputHandler(at index: Int)
|
func candidateSelectionCalledByInputHandler(at index: Int)
|
||||||
|
|
Loading…
Reference in New Issue