Struct sdl2_sys::SDL_HapticRamp [] [src]

#[repr(C)]
pub struct SDL_HapticRamp { pub type_: Uint16, pub direction: SDL_HapticDirection, pub length: Uint32, pub delay: Uint16, pub button: Uint16, pub interval: Uint16, pub start: Sint16, pub end: Sint16, pub attack_length: Uint16, pub attack_level: Uint16, pub fade_length: Uint16, pub fade_level: Uint16, }

\brief A structure containing a template for a Ramp effect.

This struct is exclusively for the ::SDL_HAPTIC_RAMP effect.

The ramp effect starts at start strength and ends at end strength. It augments in linear fashion. If you use attack and fade with a ramp the effects get added to the ramp effect making the effect become quadratic instead of linear.

\sa SDL_HAPTIC_RAMP \sa SDL_HapticEffect

Fields

< ::SDL_HAPTIC_RAMP

< Direction of the effect.

< Duration of the effect.

< Delay before starting the effect.

< Button that triggers the effect.

< How soon it can be triggered again after button.

< Beginning strength level.

< Ending strength level.

< Duration of the attack.

< Level at the start of the attack.

< Duration of the fade.

< Level at the end of the fade.

Trait Implementations

impl Debug for SDL_HapticRamp
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_HapticRamp
[src]

impl Clone for SDL_HapticRamp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more