Searched defs:InputDeviceLightInfo (Results 1 – 1 of 1) sorted by relevance
209 struct InputDeviceLightInfo { struct210 explicit InputDeviceLightInfo(std::string name, int32_t id, InputDeviceLightType type, in InputDeviceLightInfo() function221 std::string name;223 int32_t id;225 InputDeviceLightType type;227 ftl::Flags<InputDeviceLightCapability> capabilityFlags;229 int32_t ordinal;231 std::set<BrightnessLevel> preferredBrightnessLevels;