Add rotation custom cursor icon for the transform cage

This commit is contained in:
Keavon Chambers
2022-11-05 23:02:21 -07:00
parent 6031f4cffd
commit 265f11a751
6 changed files with 39 additions and 13 deletions
@@ -333,7 +333,7 @@ impl BoundingBoxOverlays {
_ => MouseCursorIcon::Default,
}
} else if rotate && self.check_rotate(input.mouse.position) {
MouseCursorIcon::Grabbing
MouseCursorIcon::Rotate
} else {
MouseCursorIcon::Default
}