| 144 | } |
| 145 | |
| 146 | MyGUI::IntCoord SelectorControl::getActionScale() |
| 147 | { |
| 148 | MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false); |
| 149 | if (window != nullptr) |
| 150 | return window->getActionScale(); |
| 151 | return {}; |
| 152 | } |
| 153 | |
| 154 | void SelectorControl::setColour(MyGUI::Colour _value) |
| 155 | { |
no outgoing calls
no test coverage detected