mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Update naming
This commit is contained in:
parent
8c29093d1c
commit
8ea354571c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user