| 561 | } |
| 562 | |
| 563 | void BasicMediaController::setContentSize(const Vec2& contentSize) |
| 564 | { |
| 565 | Widget::setContentSize(contentSize); |
| 566 | updateControlsForContentSize(contentSize); |
| 567 | updateControllerState(); |
| 568 | } |
| 569 | |
| 570 | void BasicMediaController::update(float delta) |
| 571 | { |
no outgoing calls
no test coverage detected