1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 15:22:55 +08:00

Update naming

This commit is contained in:
Dean Herbert 2020-01-22 23:04:37 +09:00
parent 8c29093d1c
commit 8ea354571c

View File

@ -330,7 +330,7 @@ namespace osu.Game
private class OsuUserInputManager : UserInputManager private class OsuUserInputManager : UserInputManager
{ {
protected override MouseButtonEventManager CreateButtonManagerFor(MouseButton button) protected override MouseButtonEventManager CreateButtonEventManagerFor(MouseButton button)
{ {
switch (button) switch (button)
{ {
@ -338,7 +338,7 @@ namespace osu.Game
return new RightMouseManager(button); return new RightMouseManager(button);
} }
return base.CreateButtonManagerFor(button); return base.CreateButtonEventManagerFor(button);
} }
private class RightMouseManager : MouseButtonEventManager private class RightMouseManager : MouseButtonEventManager