mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Merge remote-tracking branch 'upstream/master' into difficulty-calculator
This commit is contained in:
Submodule osu-framework updated: f370d4d6ef...b3f409ffb0
@ -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);
|
||||||
|
Reference in New Issue
Block a user