1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 10:31:41 +08:00

Use touch device detector in song select V2

This commit is contained in:
tsunyoku
2025-06-08 14:08:26 +01:00
Unverified
parent 0c479b625c
commit be0c43b4ab
@@ -54,6 +54,8 @@ namespace osu.Game.Screens.SelectV2
private void load(AudioManager audio)
{
sampleConfirmSelection = audio.Samples.Get(@"SongSelect/confirm-selection");
AddInternal(new SongSelectTouchInputDetector());
}
public override IEnumerable<OsuMenuItem> GetForwardActions(BeatmapInfo beatmap)