Enum raylib_sys::MouseButton [−][src]
#[repr(u32)]
pub enum MouseButton {
MOUSE_LEFT_BUTTON,
MOUSE_RIGHT_BUTTON,
MOUSE_MIDDLE_BUTTON,
}
Variants
MOUSE_LEFT_BUTTON
MOUSE_RIGHT_BUTTON
MOUSE_MIDDLE_BUTTON
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MouseButton
impl Send for MouseButton
impl Sync for MouseButton
impl Unpin for MouseButton
impl UnwindSafe for MouseButton
Blanket Implementations
Mutably borrows from an owned value. Read more