Type Alias Finger
pub type Finger = SDL_Finger;
Available on crate feature
dep_sdl2
only.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
§impl Clone for SDL_Finger
impl Clone for SDL_Finger
§fn clone(&self) -> SDL_Finger
fn clone(&self) -> SDL_Finger
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more