typedef struct { Uint8 position; Uint8 axis; Uint8 pow_enable; Uint8 cont_enable; Uint8 dir_enable; Uint8 wave_enable; Uint8 min_freq; Uint8 max_freq; } PDS_VIBUNITINFO;
position | Vibration peripheral unit position |
axis | Vibration axis |
pow_enable | Intensity variable |
cont_enable | Continuous vibration enable |
dir_enable | Direction specification enable |
wave_enable | Optional waveform setting enable |
min_freq | Minimum vibration frequency |
max_freq | Maximum vibration frequency |