mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Apply more missed cases
This commit is contained in:
@ -25,8 +25,10 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
default:
|
||||
return button.ToString();
|
||||
|
||||
case MouseButton.Left:
|
||||
return @"M1";
|
||||
|
||||
case MouseButton.Right:
|
||||
return @"M2";
|
||||
}
|
||||
|
Reference in New Issue
Block a user