1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:07:24 +08:00
osu-lazer/osu.Game/Overlays/Mods
Bartłomiej Dach 658e0edc3e Handle other button clicks in HoverClickSounds
As suggested in review, remove previously introduced HoverMouseUpSounds
and instead change effect playing logic in HoverClickSounds by moving it
out of OnClick() to OnMouseUp().

Users of the class can either use the existing constructor to play
the effect only on left click or use the newly introduced constructor
with the MouseButton[] parameter to specify which button clicks should
trigger the sound.
2019-08-31 20:16:16 +02:00
..
Sections Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
ModButton.cs Handle other button clicks in HoverClickSounds 2019-08-31 20:16:16 +02:00
ModButtonEmpty.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
ModSection.cs Attempt to fix tests 2019-06-21 00:12:39 +09:00
ModSelectOverlay.cs use show/hide instead because FillFlowContainer's spacing 2019-06-14 01:43:20 +09:00