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