Searched defs:Forms (Results 1 – 1 of 1) sorted by relevance
216 struct Forms { struct217 std::string name;218 std::string description;219 int32_t descriptionId = 0;220 bool isDefault = false;221 std::string type;222 std::string src;223 Window window;224 std::string colorMode = "auto";225 std::vector<std::string> supportDimensions;[all …]