Add some more variants to mouse::Interaction
This commit is contained in:
parent
4406681221
commit
a266f62f77
2 changed files with 30 additions and 16 deletions
|
|
@ -6,21 +6,28 @@ pub enum Interaction {
|
|||
None,
|
||||
Hidden,
|
||||
Idle,
|
||||
ContextMenu,
|
||||
Help,
|
||||
Pointer,
|
||||
Grab,
|
||||
Text,
|
||||
Progress,
|
||||
Wait,
|
||||
Cell,
|
||||
Crosshair,
|
||||
Working,
|
||||
Text,
|
||||
Alias,
|
||||
Copy,
|
||||
Move,
|
||||
NoDrop,
|
||||
NotAllowed,
|
||||
Grab,
|
||||
Grabbing,
|
||||
ResizingHorizontally,
|
||||
ResizingVertically,
|
||||
ResizingDiagonallyUp,
|
||||
ResizingDiagonallyDown,
|
||||
NotAllowed,
|
||||
ResizingColumn,
|
||||
ResizingRow,
|
||||
AllScroll,
|
||||
ZoomIn,
|
||||
ZoomOut,
|
||||
Cell,
|
||||
Move,
|
||||
Copy,
|
||||
Help,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue