Struct conrod::event::MouseRelease [] [src]

pub struct MouseRelease {
    pub button: MouseButton,
    pub xy: Point,
    pub modifiers: ModifierKey,
}

Contains all relevant information for the event where a mouse button was released.

Fields

The mouse button that was released.

The location at which the mouse was released.

The modifier keys that were down at the time.

Trait Implementations

impl Copy for MouseRelease
[src]

impl Clone for MouseRelease
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MouseRelease
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for MouseRelease
[src]

[src]

Formats the value using the given formatter.