| 136 | } |
| 137 | |
| 138 | bool SelectorControl::getCapture() |
| 139 | { |
| 140 | MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false); |
| 141 | if (window != nullptr) |
| 142 | return !window->getActionScale().empty(); |
| 143 | return false; |
| 144 | } |
| 145 | |
| 146 | MyGUI::IntCoord SelectorControl::getActionScale() |
| 147 | { |
no test coverage detected