Struct sdl2::haptic::Haptic [] [src]

pub struct Haptic { /* fields omitted */ }

Wrapper around the SDL_Haptic object

Methods

impl Haptic
[src]

[src]

[src]

Run a simple rumble effect on the haptic device.

[src]

Stop the simple rumble on the haptic device.

Trait Implementations

impl Drop for Haptic
[src]

[src]

Executes the destructor for this type. Read more