1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 17:32:54 +08:00
osu-lazer/osu.Game/Screens/Edit/Compose/Components
ekrctb 1a24762f9b Improve drag box selection logic
`AllowDeselectionDuringDrag` is remove.
Instead, selected hit objects are not automatically deselected
when clock is seeked to a later time (the hit object is dead).
Update drag box selection even if mouse is not moved
(in case clock is running or scroll wheel is used).
2022-10-11 14:11:45 +09:00
..
Timeline Ensure blueprint is added for selected hit object 2022-10-06 13:59:54 +09:00
BeatDivisorControl.cs Update parameter discards 2022-06-24 21:26:19 +09:00
BeatDivisorPresetCollection.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BeatDivisorType.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BlueprintContainer.cs Improve drag box selection logic 2022-10-11 14:11:45 +09:00
CircularDistanceSnapGrid.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ComposeBlueprintContainer.cs Improve drag box selection logic 2022-10-11 14:11:45 +09:00
DistanceSnapGrid.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DragBox.cs Move selection logic from DragBox to BlueprintContainer 2022-10-05 21:51:01 +09:00
EditorBlueprintContainer.cs Don't reselect already selected items in SelectAll 2022-10-07 10:46:07 +09:00
EditorSelectionHandler.cs Update parameter discards 2022-06-24 21:26:19 +09:00
HitObjectOrderedSelectionContainer.cs Rename event to be more generic (and add comprehensive xmldoc) 2022-09-13 14:59:30 +09:00
MoveSelectionEvent.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RectangularPositionSnapGrid.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBoxButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBoxControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBoxDragHandle.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBoxDragHandleContainer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBoxRotationHandle.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionBoxScaleHandle.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SelectionHandler.cs Make sure all selected items get deleted 2022-10-05 21:58:05 +09:00