Represents a record containing regex that matches to an ASUS device model and a LED mapping mapping to Light indexes.
Inheritance
AsusKeyboardExtraMapping
Assembly: RGB.NET.Devices.Asus.dll
public record AsusKeyboardExtraMapping : IEquatable<AsusKeyboardExtraMapping>
Constructors
|
Edit this page
View Source
Represents a record containing regex that matches to an ASUS device model and a LED mapping mapping to Light indexes.
Declaration
public AsusKeyboardExtraMapping(Regex Regex, LedMapping<int> LedMapping)
Parameters
Properties
|
Edit this page
View Source
Declaration
public LedMapping<int> LedMapping { get; init; }
Property Value
|
Edit this page
View Source
Declaration
public Regex Regex { get; init; }
Property Value
Implements