mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 22:22:54 +08:00
Merge remote-tracking branch 'upstream/master' into difficulty-calculator
This commit is contained in:
commit
aedce4d516
@ -1 +1 @@
|
||||
Subproject commit f370d4d6ef9f975932324d30272dfffc929a6622
|
||||
Subproject commit b3f409ffb027f1b16c639c7ce3bb9dc4f215f79b
|
@ -13,6 +13,11 @@ namespace osu.Game.Input
|
||||
|
||||
public override bool HandleInput => true;
|
||||
|
||||
public GlobalHotkeys()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
{
|
||||
return Handler(state, args);
|
||||
|
Loading…
Reference in New Issue
Block a user