dinput: Skip events that are not useful currently.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0ad641af9c
commit
6bb2c4cded
|
@ -902,7 +902,7 @@ static void joy_polldev(LPDIRECTINPUTDEVICE8A iface)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
FIXME("joystick cannot handle type %d event (code %d)\n",ie.type,ie.code);
|
TRACE("skipping event\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (inst_id >= 0)
|
if (inst_id >= 0)
|
||||||
|
|
Loading…
Reference in New Issue