mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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 override bool HandleInput => true;
|
||||||
|
|
||||||
|
public GlobalHotkeys()
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
}
|
||||||
|
|
||||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||||
{
|
{
|
||||||
return Handler(state, args);
|
return Handler(state, args);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user