Joystick
SetAxisDeadZone Method (axis, pct)
NamespacesDXJoystickJoystickSetAxisDeadZone(Joystick..::.Axes, Int32)
Set the DeadZone for the specified axis, as a percent of the axis range.
Declaration Syntax
C#Visual BasicVisual C++
public void SetAxisDeadZone(
	Joystick..::.Axes axis,
	int pct
)
Public Sub SetAxisDeadZone ( _
	axis As Joystick..::.Axes, _
	pct As Integer _
)
public:
void SetAxisDeadZone(
	Joystick..::.Axes axis, 
	int pct
)
Parameters
axis (Joystick..::.Axes)

[Missing <param> documentation for "axis"]

pct (Int32)

[Missing <param> documentation for "pct"]

Assembly: Joystick (Module: Joystick) Version: 1.0.3.0