diff engine/core/gui/guimanager.cpp @ 220:6d09d310943b

Pass mouseWheelMovedUp and mouseWheelMovedDown events to pychan. Fixed(?) dragging, mouse events are proceessed by the GUI if the last move was inside the gui.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 19 Mar 2009 18:23:00 +0000
parents bb9902910067
children e901bdec7578
line wrap: on
line diff
--- a/engine/core/gui/guimanager.cpp	Thu Mar 19 17:56:59 2009 +0000
+++ b/engine/core/gui/guimanager.cpp	Thu Mar 19 18:23:00 2009 +0000
@@ -109,7 +109,6 @@
 					return true;
 				}
 				if( m_had_mouse ) {
-					m_had_mouse = false;
 					input->pushInput(evt);
 					return true;
 				}