Searched defs:InputDeviceLightInfo (Results 1 – 1 of 1) sorted by relevance
194 struct InputDeviceLightInfo { struct195 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function206 std::string name;208 int32_t id;210 InputDeviceLightType type;212 ftl::Flags<InputDeviceLightCapability> capabilityFlags;214 int32_t ordinal;216 std::set<BrightnessLevel> preferredBrightnessLevels;