Searched refs:OrientationType (Results 1 – 2 of 2) sorted by relevance
84 enum class OrientationType { enum149 const std::map<std::string, OrientationType> g_orientaionMap = {150 { "vertical", OrientationType::VERTICAL },151 { "horizontal", OrientationType::HORIZONTAL },
307 …val = KeyParam.value == static_cast<const uint32_t>(OrientationType::VERTICAL) ? "vertical" : "hor… in GetKeyParamValue()