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 782f528279
commit 3f98d1c896
6 changed files with 39 additions and 13 deletions
@@ -34,6 +34,7 @@ pub enum MouseCursorIcon {
EWResize,
NESWResize,
NWSEResize,
Rotate,
}
#[derive(Clone, Copy, Debug, Default, Eq, PartialEq, Serialize, Deserialize)]