TextInput
static class TextInputimport TextInput from Wax;Asynchronous requests to open or close host text input. The host decides when the request takes effect and reports state through TextInputState.
Inherits from object. Follow these links for inherited members.
Members
Beginmethod
public static host fn Begin() : voidRequests that the host open text input. Observe TextInputState for the eventual state.
Endmethod
public static host fn End() : voidRequests that the host close text input. This is not a synchronous state change.