mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 20:27:27 +09:00
More style fixes
This commit is contained in:
parent
1af0f79ddf
commit
017e00eb26
@ -207,14 +207,12 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
AddStep("Click normal close button", () => clickDrawable(((TestChannelTabItem)chatOverlay.TabMap[channel1]).CloseButton.Child));
|
AddStep("Click normal close button", () => clickDrawable(((TestChannelTabItem)chatOverlay.TabMap[channel1]).CloseButton.Child));
|
||||||
AddAssert("All channels closed", () => !channelManager.JoinedChannels.Any());
|
AddAssert("All channels closed", () => !channelManager.JoinedChannels.Any());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void pressControlW()
|
private void pressControlW()
|
||||||
{
|
{
|
||||||
AddStep("Press and hold Control", () => InputManager.PressKey(Key.ControlLeft));
|
AddStep("Press and hold Control", () => InputManager.PressKey(Key.ControlLeft));
|
||||||
AddStep("Press W", () => InputManager.Key(Key.W));
|
AddStep("Press W", () => InputManager.Key(Key.W));
|
||||||
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
|
AddStep("Release Control", () => InputManager.ReleaseKey(Key.ControlLeft));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestCtrlWShortcut()
|
public void TestCtrlWShortcut()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user