Enum nannou::ui::backend::glium::glium::glutin::TouchPhase []

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

Describes touch-screen input state.

Variants

Trait Implementations

impl Copy for TouchPhase

impl Hash for TouchPhase

impl Clone for TouchPhase

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for TouchPhase

impl PartialEq<TouchPhase> for TouchPhase

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

1.0.0
[src]

This method tests for !=.

impl Debug for TouchPhase

Formats the value using the given formatter.