Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hold to pause button not working when HUD is hidden #21020

Merged
merged 3 commits into from
Oct 30, 2022

Conversation

peppy
Copy link
Member

@peppy peppy commented Oct 30, 2022

Regressed with #20681

Closes #21015.


AddStep("attempt activate", () =>
{
InputManager.MoveMouseTo(getHoldForMenu().OfType<HoldToConfirmContainer>().Single());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Threw me off for a hot minute that this was enumerating the children of the HoldForMenuButton but sure.

@bdach bdach merged commit 93c3bc6 into ppy:master Oct 30, 2022
@peppy peppy deleted the fix-pause-button-interaction branch November 2, 2022 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't click the pause button on mobile
2 participants