mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Update new obsolete usages
This commit is contained in:
parent
476442d1a3
commit
c84bd2c74d
@ -25,7 +25,7 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
|||||||
case PlatformAction.DocumentNew:
|
case PlatformAction.DocumentNew:
|
||||||
// might as well also handle new tab. it's a bit of an undefined flow on this screen.
|
// might as well also handle new tab. it's a bit of an undefined flow on this screen.
|
||||||
case PlatformAction.TabNew:
|
case PlatformAction.TabNew:
|
||||||
Click();
|
TriggerClick();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
case GlobalAction.Select:
|
case GlobalAction.Select:
|
||||||
selectButton.Click();
|
selectButton.TriggerClick();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -382,7 +382,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
case GlobalAction.Select:
|
case GlobalAction.Select:
|
||||||
Click();
|
TriggerClick();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user