mirror of
https://github.com/osukey/osukey.git
synced 2025-07-23 03:10:05 +09:00
Function of changing FadeTime.
This commit is contained in:
@ -37,7 +37,8 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
new KeyCounterMouse(@"M2", MouseButton.Right),
|
new KeyCounterMouse(@"M2", MouseButton.Right),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
BindableInt bindable = new BindableInt { MinValue = 0, MaxValue = 1000, Default = 50 };
|
BindableInt bindable = new BindableInt { MinValue = 0, MaxValue = 200, Default = 50 };
|
||||||
|
bindable.ValueChanged += delegate { kc.FadeTime = bindable.Value; };
|
||||||
AddButton("Add Random", () =>
|
AddButton("Add Random", () =>
|
||||||
{
|
{
|
||||||
Key key = (Key)((int)Key.A + RNG.Next(26));
|
Key key = (Key)((int)Key.A + RNG.Next(26));
|
||||||
|
Reference in New Issue
Block a user