Struct input_manager::Button[][src]

pub struct Button {
    pub pressed: bool,
    pub new_event: bool,
}

Fields

Trait Implementations

impl Default for Button
[src]

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

impl Debug for Button
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Button
[src]

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

This method tests for !=.

impl IButton for Button
[src]

Auto Trait Implementations

impl Send for Button

impl Sync for Button