mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add cursor rotation on right mouse button
This commit is contained in:
@ -87,8 +87,8 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
{
|
{
|
||||||
if(!(dragRotationState == DragRotationState.Rotating))
|
if(!(dragRotationState == DragRotationState.Rotating))
|
||||||
{
|
{
|
||||||
positionMouseDown = e.MousePosition;
|
|
||||||
dragRotationState = DragRotationState.DragStarted;
|
dragRotationState = DragRotationState.DragStarted;
|
||||||
|
positionMouseDown = e.MousePosition;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user