ForceFeedbackHandler

Basic Force Feedback implementation.

Constructors

this
this(InputHandler src)
Undocumented in source.

Members

Functions

addEffect
void addEffect(int deviceID, SDL_HapticEffect* type)
Undocumented in source. Be warned that the author may not have intended to support it.
reinitalize
void reinitalize()
Undocumented in source. Be warned that the author may not have intended to support it.
runEffect
void runEffect(int deviceID, int num, uint type)
Undocumented in source. Be warned that the author may not have intended to support it.
runRumbleEffect
void runRumbleEffect(int deviceID, float strenght, uint duration)
Undocumented in source. Be warned that the author may not have intended to support it.
stopEffect
void stopEffect(int deviceID, int num)
Undocumented in source. Be warned that the author may not have intended to support it.
stopRumbleEffect
void stopRumbleEffect(int deviceID)
Undocumented in source. Be warned that the author may not have intended to support it.
updateEffect
void updateEffect(int deviceID, int num, SDL_HapticEffect* type)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

haptic
SDL_Haptic*[] haptic;
Undocumented in source.

Meta