Enum android_ffi::MotionAction [] [src]

pub enum MotionAction {
    Down,
    Move,
    Up,
    Cancel,
}

The type of pointer action in a motion event.

Variants

Trait Implementations

impl Clone for MotionAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MotionAction
[src]

impl Debug for MotionAction
[src]

Formats the value using the given formatter.