mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Stop capturing arrow keys on Playlist
This commit is contained in:
parent
998e3b74d6
commit
57b43e0065
@ -204,6 +204,9 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
if (!AllowSelection)
|
||||
return false;
|
||||
|
||||
switch (e.Action)
|
||||
{
|
||||
case GlobalAction.SelectNext:
|
||||
|
Loading…
Reference in New Issue
Block a user