Type Alias sdl2::touch::Finger

source ·
pub type Finger = SDL_Finger;

Aliased Type§

struct Finger {
    pub id: i64,
    pub x: f32,
    pub y: f32,
    pub pressure: f32,
}

Fields§

§id: i64§x: f32§y: f32§pressure: f32

Trait Implementations

source§

impl Clone for SDL_Finger

source§

fn clone(&self) -> SDL_Finger

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for SDL_Finger