osu/osu.Game.Rulesets.Osu/UI
Bartłomiej Dach e5e345712e
Fix resume overlay not appearing after pausing inside window but outside of actual playfield area
Related to https://github.com/ppy/osu/discussions/27871 (although does
not actually fix the issue with the pause button, _if_ it is to be
considered an issue - the problem there is that the gameplay cursor
gets hidden, so the other condition in the modified check takes over).

Regressed in
bce3bd55e5.
Reasoning for breakage is silent change in `this` when moving the
`Contains()` check (`DrawableRuleset` will encompass screen bounds,
while `OsuResumeOverlay` is only as big as the actual playfield).
2024-04-16 13:45:09 +02:00
..
Cursor Fix cursor ripples being added on release positions in replays 2024-02-17 00:53:53 +03:00
AnyOrderHitPolicy.cs
ClickAction.cs
DrawableOsuRuleset.cs
IHitPolicy.cs
LegacyHitPolicy.cs
OsuPlayfield.cs Adjust NRT to prevent future issues 2024-03-11 15:52:40 +09:00
OsuPlayfieldAdjustmentContainer.cs Bypass `Parent` nullability checks for now 2023-10-17 17:48:45 +09:00
OsuReplayRecorder.cs
OsuResumeOverlay.cs Fix resume overlay not appearing after pausing inside window but outside of actual playfield area 2024-04-16 13:45:09 +02:00
OsuSettingsSubsection.cs
OsuTouchInputMapper.cs Rename setting to `TouchDisableGameplayTaps` for better visibility when searching 2023-11-07 00:13:46 +01:00
SmokeContainer.cs
StartTimeOrderedHitPolicy.cs