Struct sdl2_sys::SDL_DollarGestureEvent [] [src]

#[repr(C)]
pub struct SDL_DollarGestureEvent { pub type_: Uint32, pub timestamp: Uint32, pub touchId: SDL_TouchID, pub gestureId: SDL_GestureID, pub numFingers: Uint32, pub error: f32, pub x: f32, pub y: f32, }

\brief Dollar Gesture Event (event.dgesture.*)

Fields

< ::SDL_DOLLARGESTURE or ::SDL_DOLLARRECORD

< The touch device id

< Normalized center of gesture

< Normalized center of gesture

Trait Implementations

impl Debug for SDL_DollarGestureEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_DollarGestureEvent
[src]

impl Clone for SDL_DollarGestureEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more