1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:50:35 +08:00

Update framework with positional/non-positional changes

This commit is contained in:
smoogipoo
2018-09-26 14:01:15 +09:00
Unverified
parent 5e51a50658
commit a8f156584b
56 changed files with 86 additions and 86 deletions
@@ -211,7 +211,7 @@ namespace osu.Game.Graphics.UserInterface
}
}
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => backgroundContainer.ReceiveMouseInputAt(screenSpacePos);
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => backgroundContainer.ReceivePositionalInputAt(screenSpacePos);
protected override bool OnClick(InputState state)
{