InputHandler // Update comments.

This commit is contained in:
ShikiSuen 2023-08-10 15:18:20 +08:00
parent b2ee0e3972
commit 48978f396b
2 changed files with 3 additions and 3 deletions

View File

@ -375,9 +375,9 @@ extension InputHandler {
return nil return nil
} }
// MARK: (Handle Code Point Input) // MARK: (Handle Code Point Input)
/// InputHandler.HandleInput() /// InputHandler.HandleInput()
/// - Parameter input: /// - Parameter input:
/// - Returns: IMK /// - Returns: IMK
private func handleCodePointComposition(input: InputSignalProtocol) -> Bool? { private func handleCodePointComposition(input: InputSignalProtocol) -> Bool? {

View File

@ -884,7 +884,7 @@ extension InputHandler {
return true return true
} }
// MARK: - CodePoint Input Toggle // MARK: - CodePoint Input Toggle
@discardableResult func handleCodePointInputToggle() -> Bool { @discardableResult func handleCodePointInputToggle() -> Bool {
guard let delegate = delegate, delegate.state.type != .ofDeactivated else { return false } guard let delegate = delegate, delegate.state.type != .ofDeactivated else { return false }