Enum ggez::event::MouseButton []

#[repr(u8)]
pub enum MouseButton { Unknown, Left, Middle, Right, X1, X2, }

Variants

Methods

impl MouseButton

Trait Implementations

impl Eq for MouseButton

impl Hash for MouseButton

impl Debug for MouseButton

Formats the value using the given formatter.

impl PartialEq<MouseButton> for MouseButton

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for MouseButton

impl Clone for MouseButton

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more