using RGB.NET.Devices.Corsair.Native; namespace RGB.NET.Devices.Corsair { /// /// Represents a generic information for a . /// public class CorsairMousematRGBDeviceInfo : CorsairRGBDeviceInfo { #region Constructors /// /// Internal constructor of managed . /// /// The index if the . /// The native -struct internal CorsairMousematRGBDeviceInfo(int deviceIndex, _CorsairDeviceInfo nativeInfo) : base(deviceIndex, Core.DeviceType.Mousemat, nativeInfo) { } #endregion } }