Add Method (Mapping)

PPJoy

Adds a Mapping to the MappingCollection.

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

Syntax

Visual Basic (Declaration)
Public Function Add ( _
	value As Mapping _
) As Integer
C#
public int Add(
	Mapping value
)
Visual C++
public:
int Add(
	Mapping^ value
)

Parameters

value
Type: PPJoy..::.Mapping
A Mapping to add to the MappingCollection.

Return Value

The index at which the Mapping was added to the MappingCollection.

See Also