ppy / osu-framework

A game framework written with osu! in mind.
MIT License
1.67k stars 420 forks source link

Expose slider bar commit method as virtual #6383

Closed bdach closed 1 month ago

bdach commented 1 month ago

For use with https://github.com/ppy/osu/issues/30112. Without this, it is difficult to tell when a slider is done applying its changes, as there are several pathways for this (drag operation / keyboard stepping / direct single click).