SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_HapticConstant Struct Reference

SDL_HapticConstant Struct Reference

A structure containing a template for a Constant effect. More...

#include <SDL_haptic.h>

Data Fields

Uint16 type
 SDL_HAPTIC_CONSTANT
SDL_HapticDirection direction
 Direction of the effect.
Uint32 length
 Duration of the effect.
Uint16 delay
 Delay before starting the effect.
Uint16 button
 Button that triggers the effect.
Uint16 interval
 How soon it can be triggered again after button.
Sint16 level
 Strength of the constant effect.
Uint16 attack_length
 Duration of the attack.
Uint16 attack_level
 Level at the start of the attack.
Uint16 fade_length
 Duration of the fade.
Uint16 fade_level
 Level at the end of the fade.

Detailed Description

A structure containing a template for a Constant effect.

The struct is exclusive to the SDL_HAPTIC_CONSTANT effect.

A constant effect applies a constant force in the specified direction to the joystick.

See also:
SDL_HAPTIC_CONSTANT
SDL_HapticEffect

Definition at line 457 of file SDL_haptic.h.


Field Documentation

Duration of the attack.

Definition at line 475 of file SDL_haptic.h.

Level at the start of the attack.

Definition at line 476 of file SDL_haptic.h.

Button that triggers the effect.

Definition at line 468 of file SDL_haptic.h.

Delay before starting the effect.

Definition at line 465 of file SDL_haptic.h.

Direction of the effect.

Definition at line 461 of file SDL_haptic.h.

Duration of the fade.

Definition at line 477 of file SDL_haptic.h.

Level at the end of the fade.

Definition at line 478 of file SDL_haptic.h.

How soon it can be triggered again after button.

Definition at line 469 of file SDL_haptic.h.

Duration of the effect.

Definition at line 464 of file SDL_haptic.h.

Strength of the constant effect.

Definition at line 472 of file SDL_haptic.h.

SDL_HAPTIC_CONSTANT

Definition at line 460 of file SDL_haptic.h.