mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 01:33:21 +08:00
fix test
This commit is contained in:
parent
29c2e821ea
commit
e5bc359b88
@ -123,7 +123,9 @@ namespace osu.Game.Tests.Visual.Editing
|
|||||||
AddStep("enable automatic bank assignment", () =>
|
AddStep("enable automatic bank assignment", () =>
|
||||||
{
|
{
|
||||||
InputManager.PressKey(Key.LShift);
|
InputManager.PressKey(Key.LShift);
|
||||||
|
InputManager.PressKey(Key.LAlt);
|
||||||
InputManager.Key(Key.Q);
|
InputManager.Key(Key.Q);
|
||||||
|
InputManager.ReleaseKey(Key.LAlt);
|
||||||
InputManager.ReleaseKey(Key.LShift);
|
InputManager.ReleaseKey(Key.LShift);
|
||||||
});
|
});
|
||||||
AddStep("select circle placement tool", () => InputManager.Key(Key.Number2));
|
AddStep("select circle placement tool", () => InputManager.Key(Key.Number2));
|
||||||
@ -186,7 +188,9 @@ namespace osu.Game.Tests.Visual.Editing
|
|||||||
AddStep("select drum bank", () =>
|
AddStep("select drum bank", () =>
|
||||||
{
|
{
|
||||||
InputManager.PressKey(Key.LShift);
|
InputManager.PressKey(Key.LShift);
|
||||||
|
InputManager.PressKey(Key.LAlt);
|
||||||
InputManager.Key(Key.R);
|
InputManager.Key(Key.R);
|
||||||
|
InputManager.ReleaseKey(Key.LAlt);
|
||||||
InputManager.ReleaseKey(Key.LShift);
|
InputManager.ReleaseKey(Key.LShift);
|
||||||
});
|
});
|
||||||
AddStep("enable clap addition", () => InputManager.Key(Key.R));
|
AddStep("enable clap addition", () => InputManager.Key(Key.R));
|
||||||
|
Loading…
Reference in New Issue
Block a user