pub enum Cursor {
Show 78 variants
XCursor,
Arrow,
BaseArrowDown,
BasedArrowUp,
Boat,
Bogosity,
BottomLeftCorner,
BottomRightCorner,
BottomSide,
BottomTee,
BoxSpiral,
CenterPtr,
Circle,
Clock,
CoffeeMug,
Cross,
CrossReverse,
Crosshair,
DiamongCross,
Dot,
Dotbox,
DoubleArrow,
DraftLarge,
DrawftSmall,
DrapedBox,
Exchange,
Fleur,
Gobbler,
Gumby,
Hand1,
Hand2,
Heart,
Icon,
IronCross,
LeftPtr,
LeftSide,
LeftTee,
Leftbutton,
LlAngle,
LrAngle,
Man,
Middlebutton,
Mouse,
Pencil,
Pirate,
Plus,
QuestionArrow,
RightPtr,
RightSide,
RightTee,
Rightbutton,
RtlLogo,
Sailboat,
SbDownArrow,
SbHDoubleArrow,
SbLeftArrow,
SbRightArrow,
SbUpArrow,
SbVDoubleArrow,
Shuttle,
Sizing,
Spider,
Spraycan,
Star,
Target,
Tcross,
TopLeftArrow,
TopLeftCorner,
TopRightCorner,
TopSide,
TopTee,
Trek,
UlAngle,
Umbrella,
UrAngle,
Watch,
Xterm,
Custom(String),
}
Expand description
This enum provides all possible cursors. reference
Variants§
XCursor
X_cursor
Arrow
arrow
BaseArrowDown
based_arrow_down
BasedArrowUp
based_arrow_up
Boat
boat
Bogosity
bogosity
BottomLeftCorner
bottom_left_corner
BottomRightCorner
bottom_right_corner
BottomSide
bottom_side
BottomTee
bottom_tee
BoxSpiral
box_spiral
CenterPtr
center_ptr
Circle
circle
Clock
clock
CoffeeMug
coffee_mug
Cross
cross
CrossReverse
cross_reverse
Crosshair
crosshair
DiamongCross
diamond_cross
Dot
dot
Dotbox
dotbox
DoubleArrow
double_arrow
DraftLarge
draft_large
DrawftSmall
draft_small
DrapedBox
draped_box
Exchange
exchange
Fleur
fleur
Gobbler
gobbler
Gumby
gumby
Hand1
hand1
Hand2
hand2
Heart
heart
Icon
icon
IronCross
iron_cross
LeftPtr
left_ptr
LeftSide
left_side
LeftTee
left_tee
leftbutton
LlAngle
ll_angle
LrAngle
lr_angle
Man
man
middlebutton
Mouse
mouse
Pencil
pencil
Pirate
pirate
Plus
plus
QuestionArrow
question_arrow
RightPtr
right_ptr
RightSide
right_side
RightTee
right_tee
rightbutton
RtlLogo
rtl_logo
Sailboat
sailboat
SbDownArrow
sb_down_arrow
SbHDoubleArrow
sb_h_double_arrow
SbLeftArrow
sb_left_arrow
SbRightArrow
sb_right_arrow
SbUpArrow
sb_up_arrow
SbVDoubleArrow
sb_v_double_arrow
Shuttle
shuttle
Sizing
sizing
Spider
spider
Spraycan
spraycan
Star
star
Target
target
Tcross
tcross
TopLeftArrow
top_left_arrow
TopLeftCorner
top_left_corner
TopRightCorner
top_right_corner
TopSide
top_side
TopTee
top_tee
Trek
trek
UlAngle
ul_angle
Umbrella
umbrella
UrAngle
ur_angle
Watch
watch
Xterm
xterm
Custom(String)
Custom cursor name