| 2769 | } |
| 2770 | |
| 2771 | void UIControlConnection::SetShowing(bool enabled) |
| 2772 | { |
| 2773 | for (auto iter = mEditorControls.begin(); iter != mEditorControls.end(); ++iter) |
| 2774 | (*iter)->SetShowing(enabled); |
| 2775 | } |
| 2776 | |
| 2777 | void UIControlConnection::Poll() |
| 2778 | { |
no outgoing calls