Changeset 3787
- Timestamp:
- 10/28/11 19:04:26 (20 months ago)
- File:
-
- 1 edited
-
trunk/engine/core/gui/guichan/guichanmanager.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/core/gui/guichan/guichanmanager.cpp
r3737 r3787 101 101 case SDL_MOUSEBUTTONDOWN: 102 102 case SDL_MOUSEBUTTONUP: 103 m_input->pushInput(evt); 104 103 105 if( m_gcn_topcontainer->getWidgetAt(evt.button.x,evt.button.y) ) { 104 m_input->pushInput(evt);105 106 return true; 106 107 } 107 m_focushandler->focusNone();108 108 return false; 109 109
Note: See TracChangeset
for help on using the changeset viewer.
