1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 21:27:25 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components
Dean Herbert 9f333ac58a Add the ability to delete slider control points using shift+right click
Closes https://github.com/ppy/osu/issues/10672.

In two minds about how this should be implemented but went in this
direction initially. The other way would be to add local handling of
Shift-Right Click inside PathControlPointPiece (which is already doing
mouse handling itself).
2020-11-03 20:46:33 +09:00
..
PathControlPointConnectionPiece.cs Fix excption with 0 control points 2020-04-13 21:41:18 +09:00
PathControlPointPiece.cs Fix slider path control point blueprint not working correctly 2020-05-22 18:57:28 +09:00
PathControlPointVisualiser.cs Add the ability to delete slider control points using shift+right click 2020-11-03 20:46:33 +09:00
SliderBodyPiece.cs Avoid retaining slider selection blueprints FBO backing textures after deselection 2020-10-09 14:05:00 +09:00