SDL
2.0
|
A structure containing a template for a Constant effect. More...
#include <SDL_haptic.h>
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.
Definition at line 455 of file SDL_haptic.h.
Uint16 SDL_HapticConstant::attack_length |
Uint16 SDL_HapticConstant::attack_level |
Level at the start of the attack.
Definition at line 474 of file SDL_haptic.h.
Uint16 SDL_HapticConstant::button |
Button that triggers the effect.
Definition at line 466 of file SDL_haptic.h.
Uint16 SDL_HapticConstant::delay |
Delay before starting the effect.
Definition at line 463 of file SDL_haptic.h.
SDL_HapticDirection SDL_HapticConstant::direction |
Uint16 SDL_HapticConstant::fade_length |
Uint16 SDL_HapticConstant::fade_level |
Level at the end of the fade.
Definition at line 476 of file SDL_haptic.h.
Uint16 SDL_HapticConstant::interval |
How soon it can be triggered again after button.
Definition at line 467 of file SDL_haptic.h.
Uint32 SDL_HapticConstant::length |
Sint16 SDL_HapticConstant::level |
Uint16 SDL_HapticConstant::type |
Definition at line 458 of file SDL_haptic.h.