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

pub struct Haptic { /* fields omitted */ }

Wrapper around the SDL_Haptic object

Methods

impl Haptic
[src]

Run a simple rumble effect on the haptic device.

Stop the simple rumble on the haptic device.

Trait Implementations

impl Drop for Haptic
[src]

A method called when the value goes out of scope. Read more