mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +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)
|
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||||
{
|
{
|
||||||
|
if (!AllowSelection)
|
||||||
|
return false;
|
||||||
|
|
||||||
switch (e.Action)
|
switch (e.Action)
|
||||||
{
|
{
|
||||||
case GlobalAction.SelectNext:
|
case GlobalAction.SelectNext:
|
||||||
|
Loading…
Reference in New Issue
Block a user