| 667 | } |
| 668 | |
| 669 | void onLeave(const event::Leave& e) override { |
| 670 | LightWidget::onLeave(e); |
| 671 | |
| 672 | APP->scene->removeChild(tooltip); |
| 673 | this->tooltip->requestDelete(); |
| 674 | this->tooltip = NULL; |
| 675 | } |
| 676 | |
| 677 | void setCentredPos(Vec pos) { |
| 678 | box.pos.x = pos.x - box.size.x / 2; |
nothing calls this directly
no outgoing calls
no test coverage detected