mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
commit
657bca29b0
@ -99,5 +99,12 @@ public sealed class E131UpdateQueue : UpdateQueue
|
|||||||
return _sequenceNumber++;
|
return _sequenceNumber++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override void Dispose()
|
||||||
|
{
|
||||||
|
base.Dispose();
|
||||||
|
|
||||||
|
_socket.Dispose();
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
@ -318,6 +318,7 @@ public static class LedMappings
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the mapping for GE78HX keyboards.
|
/// Gets the mapping for GE78HX keyboards.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
// ReSharper disable once InconsistentNaming
|
||||||
public static LedMapping<SteelSeriesLedId> KeyboardMSIGE78Mapping { get; } = new()
|
public static LedMapping<SteelSeriesLedId> KeyboardMSIGE78Mapping { get; } = new()
|
||||||
{
|
{
|
||||||
{ LedId.Keyboard_Escape, SteelSeriesLedId.Escape },
|
{ LedId.Keyboard_Escape, SteelSeriesLedId.Escape },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user