







Creates a new AxisMapping object.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ controlNumber As Integer _ ) |
| C# |
|---|
public AxisMapping( int controlNumber ) |
| Visual C++ |
|---|
public: AxisMapping( int controlNumber ) |
Parameters
- controlNumber
- Type: System..::.Int32
The zero-based index of this AxisMapping in the collection of AxisMappings defined on the same PPJoy Device. For example, the first AxisMapping in the collection will have a controlNumber of 0; the second AxisMapping will have a controlNumber of 1; and so forth.
