Device.BuildActionMap(ActionFormat,ActionMapControl) Method (Microsoft.DirectX.DirectInput)

Builds an action map for the device and retrieves information about it.

Definition

Visual Basic Public Sub BuildActionMap( _
    ByVal af As ActionFormat, _
    ByVal flags As ActionMapControl _
)
C# public void BuildActionMap(
    ActionFormat af,
    ActionMapControl flags
);
C++ public:
void BuildActionMap(
    ActionFormataf,
    ActionMapControl flags
);
JScript public function BuildActionMap(
    af : ActionFormat,
    flags : ActionMapControl
);

Parameters

af Microsoft.DirectX.DirectInput.ActionFormat
flags Microsoft.DirectX.DirectInput.ActionMapControl