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
}
// MARK: (Handle Code Point Input)
// MARK: (Handle Code Point Input)
/// InputHandler.HandleInput()
/// InputHandler.HandleInput()
/// - Parameter input:
/// - Returns: IMK
private func handleCodePointComposition(input: InputSignalProtocol) -> Bool? {

View File

@ -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 }