Microsoft DirectX 8.1 (Visual Basic) |
Retrieves immediate data from a mouse device that has up to four buttons.
object.GetDeviceStateMouse(state As DIMOUSESTATE)
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 |
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.
DirectInputDevice8.GetDeviceStateMouse2, DirectInputDevice8.Poll Polling and Event Notification