← Standard library

TextInputState

channel TextInputState
import 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.

TextInput.wax:270

Members

activefield

public bool active

Whether the host currently has text input active.

TextInput.wax:276

secretfield

public bool secret

Whether the host reports secret-entry mode for presentation. Individual TextEvent.secret flags govern payload redaction.

TextInput.wax:291

GetChangesmethod

public static fn GetChanges() : TextInputStateChanges

Provided by the compiler.