RemoveMappings Method (JoystickMapScope)

PPJoy

Removes the custom-defined Mappings from this Device OR from its interface.

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

Syntax

Visual Basic (Declaration)
Public Sub RemoveMappings ( _
	scope As JoystickMapScope _
)
C#
public void RemoveMappings(
	JoystickMapScope scope
)
Visual C++
public:
void RemoveMappings(
	JoystickMapScope scope
)

Parameters

scope
Type: PPJoy..::.JoystickMapScope
The JoystickMapScope from which to remove all custom-defined Mappings.

See Also