Enum amethyst_input::ChangeState [] [src]

pub enum ChangeState {
    ThisFrame,
    Currently,
}

Indicates when the ButtonState it is contained within changed

Variants

Button was either pressed or released this frame.

Button was either pressed or released in any frame.

Trait Implementations

impl Eq for ChangeState
[src]

impl PartialEq for ChangeState
[src]

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

This method tests for !=.

impl Debug for ChangeState
[src]

Formats the value using the given formatter.

impl Copy for ChangeState
[src]

impl Clone for ChangeState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more