Struct nuklear_rust::NkMouseButton [] [src]

pub struct NkMouseButton {
    pub down: bool,
    pub clicked: bool,
    pub clicked_pos: NkVec2,
}

Fields

Trait Implementations

impl Copy for NkMouseButton
[src]

impl Clone for NkMouseButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NkMouseButton
[src]

Formats the value using the given formatter.