Struct nuklear_sys::nk_input [] [src]

pub struct nk_input {
    pub keyboard: nk_keyboard,
    pub mouse: nk_mouse,
}

Fields

Trait Implementations

impl Debug for nk_input
[src]

Formats the value using the given formatter.

impl Copy for nk_input
[src]

impl Clone for nk_input
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_input
[src]

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