Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RFC. Closes #7914.
The lack of this in lazer has been bugging me for a while.
This is a second try at implementing this. In the first one I tried to follow this idea of mixing input blockage and re-propagation of inputs to avoid changing hitobject classes. However, it didn't work because #3493 and #25010 will not allow it to work due to the "has input been handled this frame already" checks. Therefore if I was going to have to modify DHOs anyway to bypass that check then I beelined for the simplest possible / most obvious implementation instead. And yes it's slightly different than stable in behaviour because it doesn't "correct" user inputs like stable but /shrug at this point.
Also stable relax does the following things: