TextInputModalWrapper : ModalWrapper
void SetTextInput(const std::string &defaultText, int32_t max_text_length, bool password, std::function< void(std::string, bool)> input_callback)
Parameter | Type | Description |
---|---|---|
defaultText | const std::string & | — |
max_text_length | int32_t | — |
password | bool | — |
input_callback | std::function< void(std::string, bool)> | — |