| 695 | } |
| 696 | |
| 697 | void |
| 698 | TrackerNode::onInputChanged(int inputNb) |
| 699 | { |
| 700 | TrackerContextPtr ctx = getNode()->getTrackerContext(); |
| 701 | |
| 702 | ctx->inputChanged(inputNb); |
| 703 | |
| 704 | _imp->ui->refreshSelectedMarkerTexture(); |
| 705 | } |
| 706 | |
| 707 | struct CenterPointDisplayInfo |
| 708 | { |
nothing calls this directly
no test coverage detected