mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update UI cases where repeat should not be handled
This commit is contained in:
@ -58,6 +58,9 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
|
||||
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
if (e.Repeat)
|
||||
return false;
|
||||
|
||||
if (State.Value == Visibility.Hidden)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user