Expose additional mouse interaction cursors
This commit is contained in:
parent
9b99b932bc
commit
6dc71f6f3b
2 changed files with 14 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ pub enum Interaction {
|
|||
Grabbing,
|
||||
ResizingHorizontally,
|
||||
ResizingVertically,
|
||||
ResizingDiagonalUp,
|
||||
ResizingDiagonalDown,
|
||||
NotAllowed,
|
||||
ZoomIn,
|
||||
ZoomOut,
|
||||
Cell,
|
||||
Move,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue