tangled
alpha
login
or
join now
keii.dev
/
osu-framework
0
fork
atom
A game framework written with osu! in mind.
0
fork
atom
overview
issues
pulls
pipelines
Fix incorrect step
smoogipoo
4 years ago
565e4154
1f7f7373
+1
-6
1 changed file
expand all
collapse all
unified
split
osu.Framework.Tests
Visual
Input
TestSceneKeyBindingContainer.cs
+1
-6
osu.Framework.Tests/Visual/Input/TestSceneKeyBindingContainer.cs
···
150
150
};
151
151
});
152
152
153
153
-
AddStep("press lctrl+a", () =>
154
154
-
{
155
155
-
InputManager.PressKey(Key.LControl);
156
156
-
InputManager.PressKey(Key.A);
157
157
-
});
158
158
-
153
153
+
AddStep("press lctrl", () => InputManager.PressKey(Key.LControl));
159
154
AddAssert("press received", () => pressedReceived);
160
155
161
156
AddStep("reset variables", () =>