Microsoft DirectX 8.1 (Visual Basic)

DirectInputDevice8.GetDeviceStateJoystick2

Retrieves immediate data from a joystick device with extended capabilities.

object.GetDeviceStateJoystick2(state As DIJOYSTATE2)

Parts

object
Resolves to a DirectInputDevice8 object.
state
A DIJOYSTATE2 type that receives the current state of the device. The format of the data is established by a prior call to the DirectInputDevice8.SetDataFormat method.

Error Codes

If the method fails, an error is raised and Err.Number may be one of the following error codes.

DIERR_INPUTLOST
DIERR_INVALIDPARAM
DIERR_NOTACQUIRED
E_PENDING

Remarks

Before device data can be obtained, you must set the cooperative level by using the DirectInputDevice8.SetCooperativeLevel method, then set the data format by using DirectInputDevice8.SetCommonDataFormat, and acquire the device by using the DirectInputDevice8.Acquire method.

See Also

DirectInputDevice8.Poll, Polling and Event Notification