Commit 6bb2c4cd authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

dinput: Skip events that are not useful currently.

parent 0ad641af
...@@ -902,7 +902,7 @@ static void joy_polldev(LPDIRECTINPUTDEVICE8A iface) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment