Searched defs:Forms (Results 1 – 1 of 1) sorted by relevance
209 struct Forms { struct210 std::string name;211 std::string description;212 uint32_t descriptionId = 0;213 bool isDefault = false;214 std::string type;215 std::string src;216 Window window;217 std::string colorMode = "auto";218 std::vector<std::string> supportDimensions;[all …]