







Creates a new PovMapping object.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ controlNumber As Integer _ ) |
C# |
---|
public PovMapping( int controlNumber ) |
Visual C++ |
---|
public: PovMapping( int controlNumber ) |
Parameters
- controlNumber
- Type: System..::.Int32
The zero-based index of this PovMapping in the collection of PovMappings defined on a single 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.