mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
update comment
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected override bool HandleAction(PlatformAction action)
|
protected override bool HandleAction(PlatformAction action)
|
||||||
{
|
{
|
||||||
// Allow delete to be handled locally
|
// Shift-delete is unnecessary for search inputs, so its propagated up the input queue.
|
||||||
if (action.ActionType == PlatformActionType.CharNext && action.ActionMethod == PlatformActionMethod.Delete)
|
if (action.ActionType == PlatformActionType.CharNext && action.ActionMethod == PlatformActionMethod.Delete)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user