mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 18:29:58 +08:00
Merge remote-tracking branch 'upstream/master' into difficulty-calculator
This commit is contained in:
+1
-1
Submodule osu-framework updated: f370d4d6ef...b3f409ffb0
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user