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:
Bruno Jesus 2017-01-25 16:28:57 -02:00 committed by Alexandre Julliard
parent 0ad641af9c
commit 6bb2c4cded
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ static void joy_polldev(LPDIRECTINPUTDEVICE8A iface)
break;
#endif
default:
FIXME("joystick cannot handle type %d event (code %d)\n",ie.type,ie.code);
TRACE("skipping event\n");
break;
}
if (inst_id >= 0)