mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 00:52:56 +08:00
Update with framework changes
This commit is contained in:
parent
e9ec544bf6
commit
c39fb9a200
@ -223,7 +223,7 @@ namespace osu.Game.Overlays.KeyBinding
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnJoystickPress(InputState state, JoystickPressEventArgs args)
|
protected override bool OnJoystickPress(InputState state, Framework.Input.JoystickEventArgs args)
|
||||||
{
|
{
|
||||||
if (!HasFocus)
|
if (!HasFocus)
|
||||||
return false;
|
return false;
|
||||||
@ -234,7 +234,7 @@ namespace osu.Game.Overlays.KeyBinding
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnJoystickRelease(InputState state, JoystickReleaseEventArgs args)
|
protected override bool OnJoystickRelease(InputState state, Framework.Input.JoystickEventArgs args)
|
||||||
{
|
{
|
||||||
if (!HasFocus)
|
if (!HasFocus)
|
||||||
return base.OnJoystickRelease(state, args);
|
return base.OnJoystickRelease(state, args);
|
||||||
|
Loading…
Reference in New Issue
Block a user