Device.SetActionMap Method |
Language: |
Sets the data format for a device and maps application-defined actions to device objects. It also sets the buffer size for buffered data.
Visual Basic Public Function SetActionMap( _
ByVal af As ActionFormat, _
ByVal userName As String, _
ByVal flags As ApplyActionMap _
) As SetActionMapReturnCodesC# public SetActionMapReturnCodes SetActionMap(
ActionFormat af,
string userName,
ApplyActionMap flags
);C++ public:
SetActionMapReturnCodes SetActionMap(
ActionFormat^ af,
String^ userName,
ApplyActionMap flags
);JScript public function SetActionMap(
af : ActionFormat,
userName : String,
flags : ApplyActionMap
) : SetActionMapReturnCodes;
af Microsoft.DirectX.DirectInput.ActionFormat
userName System.String
flags Microsoft.DirectX.DirectInput.ApplyActionMap
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center