mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 13:42:59 +08:00
Add cursor rotation on right mouse button
This commit is contained in:
parent
a2fdf94483
commit
85d0c04e61
@ -87,8 +87,8 @@ namespace osu.Game.Graphics.Cursor
|
||||
{
|
||||
if(!(dragRotationState == DragRotationState.Rotating))
|
||||
{
|
||||
positionMouseDown = e.MousePosition;
|
||||
dragRotationState = DragRotationState.DragStarted;
|
||||
positionMouseDown = e.MousePosition;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user