mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
Improved example to be even more fancy
This commit is contained in:
parent
0be69b03c7
commit
fa91b61387
@ -95,8 +95,8 @@ namespace SimpleDevTest
|
|||||||
Thread.Sleep(200);
|
Thread.Sleep(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set keyboard 'background' to something neutral
|
// Set keyboard 'background' to black with low alpha (this will add a nice "fade" effect instead of just clearing the keyboard every frame)
|
||||||
keyboard.Brush = new SolidColorBrush(Color.Black);
|
keyboard.Brush = new SolidColorBrush(Color.FromArgb(25, 0, 0, 0));
|
||||||
|
|
||||||
// Define how many points we have
|
// Define how many points we have
|
||||||
const int NUM_POINTS = 6;
|
const int NUM_POINTS = 6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user