Shinobi Library - Vibrating Peripheral Control Structure

PDS_VIBPARAM

Structure that stores vibration parameters

DEFINITION

typedef struct { 
 Uint8 unit; 
 Uint8 flag; 
 Sint8 power; 
 Uint8 freq; 
 Uint8 inc; 
 Uint8 reserved[3]; 
} PDS_VIBPARAM; 

MEMBER

 unit  Unit number that sends the vibration parameter 
 flag  Vibration flag 
 power  Vibration intensity 
 freq  Vibration frequency 
 inc  Vibration incline cycle 
 reserved  Reserved 

DESCRIPTION

Structure that stores the vibration parameters of the vibration peripheral.

REFERENCE

pdVibMxStart()
pdVibStart()

PDS_VIBPARAM
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999