1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 00:07:24 +08:00
osu-lazer/osu.Game/Graphics/UserInterface
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
..
BackButton.cs Fix back button hover sounds playing in unclickable area 2019-08-05 20:43:30 -07:00
Bar.cs Apply new resharper refactors 2019-08-09 12:29:33 +09:00
BarGraph.cs Apply newline additions 2019-04-01 12:16:32 +09:00
BreadcrumbControl.cs Update VisibilityContainer usage in line with framework 2019-06-11 15:13:58 +09:00
DialogButton.cs Update framework 2019-08-21 13:29:50 +09:00
DimmedLoadingLayer.cs Rename Animation to Layer 2019-08-04 13:54:23 +03:00
DownloadButton.cs Rename download buttons to avoid ambiguity 2019-07-03 12:02:35 +09:00
ExpandingBar.cs Add ExpandingBar UI element 2019-05-22 16:44:47 +09:00
ExternalLinkButton.cs Update font awesome usage 2019-04-02 19:55:24 +09:00
FocusedTextBox.cs Update textbox usages 2019-03-23 02:00:27 +09:00
HoverClickSounds.cs Handle other button clicks in HoverClickSounds 2019-08-31 20:16:16 +02:00
HoverSounds.cs Update osu! in line with audio subsystem refactor 2019-05-28 17:06:01 +09:00
IconButton.cs Fix IconButtons not being scaled correctly 2019-06-14 13:40:32 +09:00
LineGraph.cs Update cached usage in line with framework changes 2019-08-09 19:12:29 +09:00
LoadingAnimation.cs Update font awesome usage 2019-04-02 19:55:24 +09:00
MenuItemType.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
Nub.cs Adjust namespaces 2019-04-02 14:51:28 +09:00
OsuAnimatedButton.cs Update framework 2019-08-21 13:29:50 +09:00
OsuButton.cs Update framework 2019-08-21 13:29:50 +09:00
OsuCheckbox.cs Fix checkbox sounds playing too often 2019-08-15 14:09:30 +09:00
OsuContextMenu.cs Adjust namespaces 2019-04-02 14:51:28 +09:00
OsuDropdown.cs Merge remote-tracking branch 'HollyHacker/master' into abstract-menu 2019-06-28 13:42:56 +09:00
OsuEnumDropdown.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
OsuMenu.cs update code to work with https://github.com/ppy/osu-framework/pull/2568 2019-06-24 23:17:07 +02:00
OsuMenuItem.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
OsuNumberBox.cs add OsuNumberBox with basic tests 2019-06-21 15:04:52 +02:00
OsuPasswordTextBox.cs Update font awesome usage 2019-04-02 19:55:24 +09:00
OsuSliderBar.cs Update osu! in line with audio subsystem refactor 2019-05-28 17:06:01 +09:00
OsuTabControl.cs Rename variable and add xmldoc 2019-08-13 00:14:37 +09:00
OsuTabControlCheckbox.cs Add hover click sounds to leaderboard mod filter 2019-08-02 21:13:29 -07:00
OsuTextBox.cs Merge branch 'master' into TextLengthLimit 2019-05-15 19:21:01 +09:00
PageTabControl.cs Use existing AccentColour logic instead of weird BoxColour 2019-08-12 14:33:30 +03:00
PercentageCounter.cs Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
ProcessingOverlay.cs Update VisibilityContainer usage in line with framework 2019-06-11 15:13:58 +09:00
ProgressBar.cs Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
RollingCounter.cs Fix remaining case 2019-03-04 14:03:59 +09:00
ScoreCounter.cs Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
ScreenBreadcrumbControl.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
ScreenTitle.cs Add ScreenTitleIcon class, used for displaying custom specific icons on overlays. 2019-08-10 13:26:19 +02:00
ScreenTitleTextureIcon.cs Rename class to better match usage 2019-08-11 16:19:40 +09:00
SearchTextBox.cs Rewrite comment 2019-07-23 16:44:19 +09:00
SelectionState.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
SimpleComboCounter.cs Update with framework bindable changes 2019-02-21 18:56:34 +09:00
StarCounter.cs Merge remote-tracking branch 'origin/master' into fix-new-inspections 2019-05-07 13:20:17 +09:00
TriangleButton.cs Fix remaining framework changes 2019-03-29 00:29:14 +09:00
TwoLayerButton.cs Rename shear variable 2019-08-07 12:36:00 +09:00