AxisMapping Class

PPJoy

An AxisMapping object represents an axis control that is defined on a PPJoy joystick Device. An AxisMapping describes the axis' number (index), the type of axis control defined, and the PPJoy AxisDataSource from which the AxisMapping receives the values which it reports to Windows.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public NotInheritable Class AxisMapping _
	Inherits Mapping
C#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public sealed class AxisMapping : Mapping
Visual C++
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
public ref class AxisMapping sealed : public Mapping

Inheritance Hierarchy

System..::.Object
  PPJoy..::.Mapping
    PPJoy..::.AxisMapping

See Also