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

@ -262,7 +262,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
switch (action)
{
case GlobalAction.Select:
Click();
TriggerClick();
return true;
}