mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 00:58:31 +00:00
Renamed brush-update-method
This commit is contained in:
parent
93d94fdc5a
commit
a0a0132ca0
@ -151,13 +151,13 @@ namespace CUE.NET.Devices.Keyboard
|
|||||||
/// <param name="flushLeds">Specifies whether all keys (including clean ones) should be updated.</param>
|
/// <param name="flushLeds">Specifies whether all keys (including clean ones) should be updated.</param>
|
||||||
public override void Update(bool flushLeds = false)
|
public override void Update(bool flushLeds = false)
|
||||||
{
|
{
|
||||||
UpdateKeyGroups();
|
UpdateBrushes();
|
||||||
|
|
||||||
// Perform 'real' update
|
// Perform 'real' update
|
||||||
base.Update(flushLeds);
|
base.Update(flushLeds);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void UpdateKeyGroups()
|
private void UpdateBrushes()
|
||||||
{
|
{
|
||||||
if (Brush != null)
|
if (Brush != null)
|
||||||
ApplyBrush(this.ToList(), Brush);
|
ApplyBrush(this.ToList(), Brush);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user