Adapt to new input handling changes

This commit is contained in:
ekrctb
2018-06-11 23:00:26 +09:00
committed by Dean Herbert
parent 155db6969a
commit d6084c0b30
13 changed files with 57 additions and 29 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Tests.Visual
/// </summary>
protected void ReturnUserInput()
{
AddStep("Return user input", () => InputManager.UseParentState = true);
AddStep("Return user input", () => InputManager.UseParentInput = true);
}
}
}