mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
dinput: Correct test - use appropriate mouse state structure.
This commit is contained in:
parent
1d5575b905
commit
1f72c13a5a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static void test_acquire(LPDIRECTINPUT pDI, HWND hwnd)
|
|||
{
|
||||
HRESULT hr;
|
||||
LPDIRECTINPUTDEVICE pMouse = NULL;
|
||||
DIMOUSESTATE2 m_state;
|
||||
DIMOUSESTATE m_state;
|
||||
|
||||
hr = IDirectInput_CreateDevice(pDI, &GUID_SysMouse, &pMouse, NULL);
|
||||
ok(SUCCEEDED(hr), "IDirectInput_CreateDevice() failed: %s\n", DXGetErrorString8(hr));
|
||||
|
|
Loading…
Reference in a new issue