DirectX SDK |
The DirectInputDevice.SetDataFormat method sets the data format for a DirectInput device that is not a standard keyboard, mouse, or keyboard.
object.SetDataFormat(format As DIDATAFORMAT, _ formatArray() As DIOBJECTDATAFORMAT))
If the method fails, an error is raised and Err.Number may be one of the following error codes:
DIERR_ACQUIRED |
DIERR_INVALIDPARAM |
The data format must be set before the device can be acquired by using the DirectInputDevice.Acquire method. It is necessary to set the data format only once. The data format cannot be changed while the device is acquired.