Searched defs:TextInputConfiguration (Results 1 – 1 of 1) sorted by relevance
26 struct TextInputConfiguration { struct30 TextInputType type = TextInputType::TEXT;32 bool obscureText = false;34 std::string actionLabel;35 TextInputAction action = TextInputAction::UNSPECIFIED;36 std::string inputFilter;37 uint32_t maxLength;39 bool autoCorrect = false;40 std::string capitalization;41 std::string keyboardAppearance;