SVN r27 (trunk)
This commit is contained in:
parent
e06ba32525
commit
25f90d6221
74 changed files with 1133 additions and 235 deletions
|
|
@ -1265,13 +1265,13 @@ static HRESULT InitJoystick ()
|
|||
|
||||
static void DI_Acquire (LPDIRECTINPUTDEVICE8 mouse)
|
||||
{
|
||||
mouse->Acquire ();
|
||||
if (mouse) mouse->Acquire ();
|
||||
SetCursorState (NativeMouse);
|
||||
}
|
||||
|
||||
static void DI_Unacquire (LPDIRECTINPUTDEVICE8 mouse)
|
||||
{
|
||||
mouse->Unacquire ();
|
||||
if (mouse) mouse->Unacquire ();
|
||||
SetCursorState (TRUE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue