| 2261 | //----------------------------------------------------------------------------- |
| 2262 | |
| 2263 | void GuiControl::onGainFirstResponder() |
| 2264 | { |
| 2265 | // Since many controls have visual cues when they are the firstResponder... |
| 2266 | this->setUpdate(); |
| 2267 | |
| 2268 | onGainFirstResponder_callback(); |
| 2269 | } |
| 2270 | |
| 2271 | //----------------------------------------------------------------------------- |
| 2272 |
no test coverage detected