Share via


Device.SetDataFormat(DeviceDataFormat) Method (Microsoft.DirectX.DirectInput)

Sets the data format for the Microsoft® DirectInput® device.

Definition

Visual Basic Public Sub SetDataFormat( _
    ByVal df As DeviceDataFormat _
)
C# public void SetDataFormat(
    DeviceDataFormat df
);
C++ public:
void SetDataFormat(
    DeviceDataFormat df
);
JScript public function SetDataFormat(
    df : DeviceDataFormat
);

Parameters

df Microsoft.DirectX.DirectInput.DeviceDataFormat