- 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.
Basic Force Feedback implementation.