AxisType Property

PPJoy

Gets/sets the type of Windows axis that this AxisMapping will report itself as.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Property AxisType As AxisTypes
C#
public AxisTypes AxisType { get; set; }
Visual C++
public:
property AxisTypes AxisType {
	AxisTypes get ();
	void set (AxisTypes value);
}

See Also