TextInputState
channel TextInputStateimport TextInputState from Wax;Optional persistent host-reported text-entry state. Absence means the host does not provide text input; present but inactive means the capability exists and is currently closed. Read through a channel capture.
Members
activefield
public bool activeWhether the host currently has text input active.
secretfield
public bool secretWhether the host reports secret-entry mode for presentation. Individual TextEvent.secret flags govern payload redaction.
GetChangesmethod
public static fn GetChanges() : TextInputStateChangesProvided by the compiler.