Struct nuklear::MouseButton[][src]

pub struct MouseButton {
    pub down: bool,
    pub clicked: bool,
    pub clicked_pos: Vec2,
}

Fields

Trait Implementations

impl Copy for MouseButton
[src]

impl Clone for MouseButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MouseButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MouseButton

impl Sync for MouseButton