mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Merge branch 'master' into taiko_bash_drawable
This commit is contained in:
commit
e81040cfa1
@ -52,7 +52,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
|||||||
UpdateScrollPosition(Time.Current);
|
UpdateScrollPosition(Time.Current);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual bool HandleKeyPress(Key key) { return false; }
|
protected virtual bool HandleKeyPress(Key key) => false;
|
||||||
|
|
||||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user