Shows the dialog for action map configuration and alllows the user to set the map.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static void ConfigureActionMap(
	XInputActionMap map,
	string[] userNames
)

Parameters

map
Type: SGP.XSpace..::.XInputActionMap
Action map.
userNames
Type: array< System..::.String >[]()[]
User name array.

Exceptions

ExceptionCondition
System..::.ArgumentNullException map is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also