using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using RGB.NET.Core;
using RGB.NET.Devices.Corsair.Native;
namespace RGB.NET.Devices.Corsair
{
///
///
/// Represents the update-queue performing updates for corsair devices.
///
public class CorsairUpdateQueue : UpdateQueue
{
#region Constructors
///
/// Initializes a new instance of the class.
///
/// The update trigger used by this queue.
public CorsairUpdateQueue(IDeviceUpdateTrigger updateTrigger)
: base(updateTrigger)
{ }
#endregion
#region Methods
///
protected override void Update(Dictionary