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