TextInputModalWrapper
Last edited bySimple_AOB10/16/2025
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)> | --- |
Was this article helpful?
Your feedback helps us improve our documentation
No contributors yet.