Merge pull request #2551 from airstrike/mouse-interactions
Expose additional mouse interaction cursors
This commit is contained in:
commit
e9e8e83cca
2 changed files with 18 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ pub enum Interaction {
|
|||
Grabbing,
|
||||
ResizingHorizontally,
|
||||
ResizingVertically,
|
||||
ResizingDiagonallyUp,
|
||||
ResizingDiagonallyDown,
|
||||
NotAllowed,
|
||||
ZoomIn,
|
||||
ZoomOut,
|
||||
Cell,
|
||||
Move,
|
||||
Copy,
|
||||
Help,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue