Struct nuklear_sys::nk_mouse_button [] [src]

pub struct nk_mouse_button {
    pub down: c_int,
    pub clicked: c_uint,
    pub clicked_pos: nk_vec2,
}

Fields

Trait Implementations

impl Debug for nk_mouse_button
[src]

Formats the value using the given formatter.

impl Copy for nk_mouse_button
[src]

impl Clone for nk_mouse_button
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_mouse_button
[src]

Returns the "default value" for a type. Read more