MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / onInputChanged

Method onInputChanged

Engine/TrackerNode.cpp:697–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

getTrackerContextMethod · 0.80
inputChangedMethod · 0.80
getNodeFunction · 0.70

Tested by

no test coverage detected