Enum amethyst::TouchPhase []

pub enum TouchPhase {
    Started,
    Moved,
    Ended,
    Cancelled,
}

Variants

Trait Implementations

impl Clone for TouchPhase

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TouchPhase

impl Eq for TouchPhase

impl Hash for TouchPhase

impl PartialEq<TouchPhase> for TouchPhase

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

This method tests for !=.

impl Debug for TouchPhase

Formats the value using the given formatter.