1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:10:33 +08:00

Merge remote-tracking branch 'upstream/master' into difficulty-calculator

This commit is contained in:
Dean Herbert
2017-02-20 21:20:56 +09:00
Unverified
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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);