| 31 | } |
| 32 | |
| 33 | void WidgetSelectorManager::setSelectedWidget(MyGUI::Widget* _value) |
| 34 | { |
| 35 | // некоторые обновляют кей фокус |
| 36 | //if (_value != mCurrentWidget) |
| 37 | { |
| 38 | mCurrentWidget = _value; |
| 39 | mSelectDepth = 0; |
| 40 | eventChangeSelectedWidget(mCurrentWidget); |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | void WidgetSelectorManager::selectWidget(const MyGUI::IntPoint& _mousePosition) |
| 45 | { |
no outgoing calls