Fork me on GitHub

ForceFeedback.

AutoCenterMode Property

Summary

If using Force Feedback effects, this should be turned off before uploading any effects. Auto centering is the motor moving the joystick back to center. DirectInput only has an on/off setting, whereas linux has levels.. Though, we go with DI's on/off mode only
Namespace
SharpInputSystem
Containing Type
ForceFeedback

Syntax

public abstract bool AutoCenterMode { set; }

Remarks

true to turn auto centering on, false to turn off.

Value

Type Description
bool