pub type Finger = SDL_Finger;
struct Finger { pub id: i64, pub x: f32, pub y: f32, pub pressure: f32, }
id: i64
x: f32
y: f32
pressure: f32