Add Crosshair variant to MouseCursor
This commit is contained in:
parent
59403b6ca8
commit
0509710cc5
2 changed files with 7 additions and 3 deletions
|
|
@ -13,12 +13,15 @@ pub enum MouseCursor {
|
|||
/// The cursor is over a grabbable widget.
|
||||
Grab,
|
||||
|
||||
/// The cursor is grabbing a widget.
|
||||
Grabbing,
|
||||
|
||||
/// The cursor is over a text widget.
|
||||
Text,
|
||||
|
||||
/// The cursor is over a widget that requires precision.
|
||||
Crosshair,
|
||||
|
||||
/// The cursor is grabbing a widget.
|
||||
Grabbing,
|
||||
|
||||
/// The cursor is resizing a widget horizontally.
|
||||
ResizingHorizontally,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue