Struct sdl2::HapticSubsystem[][src]

pub struct HapticSubsystem { /* fields omitted */ }

Methods

impl HapticSubsystem
[src]

Attempt to open the joystick at index joystick_index and return its haptic device.

impl HapticSubsystem
[src]

Obtain an SDL context.

Trait Implementations

impl Debug for HapticSubsystem
[src]

Formats the value using the given formatter. Read more

impl Clone for HapticSubsystem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations