ClicksPerSecondCalculator
ClicksPerSecondController
InputCountController
Attach
I've made the flow match `ClicksPerSecondCalculator` as close as possible. Hopefully this reads better.
== true
?? false
Judgement{Tally -> CountController}
{KeyCounter -> InputCount}Controller
FilterCriteria
LoginPanel
LoginOverlay
Adjust `GameplaySampleTriggerSource` to only switch samples when close enough to the next hit object
INotificationOverlay
Also fixes `HasOngoingOperations` not actually working.
ExitConfirmOverlay
MainMenu
IGameplayClock
Done primarily to keep mod hotkeys working without any behavioural changes when mod select is opened.
?? true
Universally disliked. `!= false` is preferred.
- Was on wrong ruleset, so the mod/free mod sets did literally nothing - `assertHasFreeModButton` had a param that did nothing - Was checking `MatchingFilter` rather than `Visible`
FocusedOverlayContainer.PopIn
abstract
See https://github.com/ppy/osu-framework/pull/5834