SetMappings Method (MappingCollection)

PPJoy

Associates a set of Mappings (a MappingCollection) with a specific PPJoy Device.

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

Syntax

Visual Basic (Declaration)
Public Sub SetMappings ( _
	newMappings As MappingCollection _
)
C#
public void SetMappings(
	MappingCollection newMappings
)
Visual C++
public:
void SetMappings(
	MappingCollection^ newMappings
)

Parameters

newMappings
Type: PPJoy..::.MappingCollection
A MappingCollection object containing the new Mappings to associate with the Device.

See Also