IMKCandidates // Update documentation.

This commit is contained in:
ShikiSuen 2023-06-04 15:07:03 +08:00
parent 135b9dc1e4
commit 730c5b6ff7
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class CtlCandidateIMK: IMKCandidates, CtlCandidateProtocol {
/// "com.apple.keylayout.ABC" TISInputSource /// "com.apple.keylayout.ABC" TISInputSource
/// 西 /// 西
/// IME.swift /// IMKHelper
var currentTISInputSource: TISInputSource? { var currentTISInputSource: TISInputSource? {
var result: TISInputSource? var result: TISInputSource?
let list = TISCreateInputSourceList(nil, true).takeRetainedValue() as! [TISInputSource] let list = TISCreateInputSourceList(nil, true).takeRetainedValue() as! [TISInputSource]