Add ManualInputManager to screen tests

Also sanitises content init order (ctor for content; bdl for other)
This commit is contained in:
Dean Herbert
2019-03-26 13:16:46 +09:00
parent a63bcff5cc
commit 868367511e
5 changed files with 16 additions and 7 deletions

View File

@ -14,8 +14,7 @@ namespace osu.Game.Tests.Visual
protected ManualInputManagerTestCase()
{
base.Content.Add(InputManager = new ManualInputManager());
ReturnUserInput();
base.Content.Add(InputManager = new ManualInputManager { UseParentInput = true });
}
/// <summary>