mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09:00
Add commentary as to why ReceivePositionalInputAt
override is required
This commit is contained in:
parent
a992682276
commit
949610c8a4
@ -39,6 +39,7 @@ namespace osu.Game.Rulesets.Osu.UI
|
|||||||
mouseDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableButtons);
|
mouseDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableButtons);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Required to handle touches outside of the playfield when screen scaling is enabled.
|
||||||
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;
|
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;
|
||||||
|
|
||||||
protected override void OnTouchMove(TouchMoveEvent e)
|
protected override void OnTouchMove(TouchMoveEvent e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user