InputHandler // Update comments.
This commit is contained in:
parent
b2ee0e3972
commit
48978f396b
|
@ -375,9 +375,9 @@ extension InputHandler {
|
|||
return nil
|
||||
}
|
||||
|
||||
// MARK: 區位輸入處理 (Handle Code Point Input)
|
||||
// MARK: 內碼區位輸入處理 (Handle Code Point Input)
|
||||
|
||||
/// 用來處理 InputHandler.HandleInput() 當中的與區位輸入有關的組字行為。
|
||||
/// 用來處理 InputHandler.HandleInput() 當中的與內碼區位輸入有關的組字行為。
|
||||
/// - Parameter input: 輸入訊號。
|
||||
/// - Returns: 告知 IMK「該按鍵是否已經被輸入法攔截處理」。
|
||||
private func handleCodePointComposition(input: InputSignalProtocol) -> Bool? {
|
||||
|
|
|
@ -884,7 +884,7 @@ extension InputHandler {
|
|||
return true
|
||||
}
|
||||
|
||||
// MARK: - 處理區位輸入狀態的啟動過程(CodePoint Input Toggle)
|
||||
// MARK: - 處理內碼區位輸入狀態的啟動過程(CodePoint Input Toggle)
|
||||
|
||||
@discardableResult func handleCodePointInputToggle() -> Bool {
|
||||
guard let delegate = delegate, delegate.state.type != .ofDeactivated else { return false }
|
||||
|
|
Loading…
Reference in New Issue