Enum raylib::ffi::MouseCursor [−][src]
#[repr(u32)]
pub enum MouseCursor {
MOUSE_CURSOR_DEFAULT,
MOUSE_CURSOR_ARROW,
MOUSE_CURSOR_IBEAM,
MOUSE_CURSOR_CROSSHAIR,
MOUSE_CURSOR_POINTING_HAND,
MOUSE_CURSOR_RESIZE_EW,
MOUSE_CURSOR_RESIZE_NS,
MOUSE_CURSOR_RESIZE_NWSE,
MOUSE_CURSOR_RESIZE_NESW,
MOUSE_CURSOR_RESIZE_ALL,
MOUSE_CURSOR_NOT_ALLOWED,
}
Variants
MOUSE_CURSOR_DEFAULT
MOUSE_CURSOR_ARROW
MOUSE_CURSOR_IBEAM
MOUSE_CURSOR_CROSSHAIR
MOUSE_CURSOR_POINTING_HAND
MOUSE_CURSOR_RESIZE_EW
MOUSE_CURSOR_RESIZE_NS
MOUSE_CURSOR_RESIZE_NWSE
MOUSE_CURSOR_RESIZE_NESW
MOUSE_CURSOR_RESIZE_ALL
MOUSE_CURSOR_NOT_ALLOWED
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MouseCursor
impl Send for MouseCursor
impl Sync for MouseCursor
impl Unpin for MouseCursor
impl UnwindSafe for MouseCursor
Blanket Implementations
Mutably borrows from an owned value. Read more