Contents

shouldEvaluateForInputSystemHandling

Represents whether the key event should be evaluated within the context of a composed input mode.

Declaration

var shouldEvaluateForInputSystemHandling: Bool { get set }

Discussion

When using an input mode with composed input, such as Chinese/Japanese/Korean, the markedText will be used to combine multiple key events into a single character.

See Also

Getting the information about the key event