Enum dinput::Button [] [src]

pub enum Button {
    Left,
    Right,
    Middle,
    Back,
    Forward,
}

Pointer button enumeration.

Variants

Trait Implementations

impl Clone for Button
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Button
[src]

impl Debug for Button
[src]

Formats the value using the given formatter.

impl Eq for Button
[src]

impl PartialEq for Button
[src]

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

This method tests for !=.