TextInputModalWrapper : ModalWrapper
void Set Text Input( const std::string &default Text, 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)> | — |