diff options
Diffstat (limited to '')
| -rw-r--r-- | core/src/mouse/interaction.rs | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/mouse/interaction.rs b/core/src/mouse/interaction.rs index 065eb8e7..aad6a3ea 100644 --- a/core/src/mouse/interaction.rs +++ b/core/src/mouse/interaction.rs @@ -13,6 +13,13 @@ pub enum Interaction {      Grabbing,      ResizingHorizontally,      ResizingVertically, +    ResizingDiagonallyUp, +    ResizingDiagonallyDown,      NotAllowed,      ZoomIn, +    ZoomOut, +    Cell, +    Move, +    Copy, +    Help,  }  | 
