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