Commit 4081a489 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Add more debug to inputManager events.

parent beb97f90
...@@ -156,6 +156,9 @@ void InputManager::customEvent( QEvent *event ) ...@@ -156,6 +156,9 @@ void InputManager::customEvent( QEvent *event )
type != ItemStateChanged_Type ) type != ItemStateChanged_Type )
return; return;
if( type != PositionUpdate_Type )
msg_Dbg( p_intf, "New Event: type %i", type );
/* Delete the input */ /* Delete the input */
if( !p_input || p_input->b_dead || p_input->b_die ) if( !p_input || p_input->b_dead || p_input->b_die )
{ {
......
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