Enum imgui::ImMouseButton[][src]

pub enum ImMouseButton {
    Left,
    Right,
    Middle,
    Extra1,
    Extra2,
}

Represents one of the buttons of the mouse

Variants

Trait Implementations

impl Copy for ImMouseButton
[src]

impl Clone for ImMouseButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ImMouseButton
[src]

impl PartialEq for ImMouseButton
[src]

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

This method tests for !=.

impl Debug for ImMouseButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations