Merge pull request #14116 from peppy/update-platform-action-triggers

Update existing test to make use of `ManualInputManager.Keys`
This commit is contained in:
Dan Balasescu
2021-08-04 19:36:39 +09:00
committed by GitHub
36 changed files with 55 additions and 66 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Graphics.UserInterface
Add(receptor = new Receptor());
}
receptor.OnBackPressed = () => button.Click();
receptor.OnBackPressed = () => button.TriggerClick();
}
[BackgroundDependencyLoader]