Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
controlNumber As Integer _
) |
| C# |
|---|
public ContinuousPovMapping(
int controlNumber
) |
| Visual C++ |
|---|
public:
ContinuousPovMapping(
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.
See Also