BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

TextInputModalWrapper : ModalWrapper

View Implementation

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)>