From 4783541529988e2872fea27565d92d2c36d03f7a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 22 Aug 2017 10:26:53 +0200 Subject: GRAPHICS: MACGUI: Now MacWindowManager processes most of the events, remove filter --- graphics/macgui/macwindowmanager.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'graphics/macgui/macwindowmanager.cpp') diff --git a/graphics/macgui/macwindowmanager.cpp b/graphics/macgui/macwindowmanager.cpp index 442c351383..9e5e8b76c9 100644 --- a/graphics/macgui/macwindowmanager.cpp +++ b/graphics/macgui/macwindowmanager.cpp @@ -308,10 +308,6 @@ bool MacWindowManager::processEvent(Common::Event &event) { if (_menu && _menu->processEvent(event)) return true; - if (event.type != Common::EVENT_MOUSEMOVE && event.type != Common::EVENT_LBUTTONDOWN && - event.type != Common::EVENT_LBUTTONUP && event.type != Common::EVENT_KEYDOWN) - return false; - if (_windows[_activeWindow]->isEditable() && _windows[_activeWindow]->getType() == kWindowWindow && ((MacWindow *)_windows[_activeWindow])->getInnerDimensions().contains(event.mouse.x, event.mouse.y)) { if (_cursorIsArrow) { -- cgit v1.2.3