MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / skipFramesAfterInput

Function skipFramesAfterInput

source/MRViewer/MRCommandLoop.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void skipFramesAfterInput()
158{
159 for ( int i = 0; i < getViewerInstance().forceRedrawMinimumIncrementAfterEvents; ++i )
160 CommandLoop::runCommandFromGUIThread( [] {} );
161}
162
163}

Callers 10

mcpSceneSetObjectStateFunction · 0.85
mcpSceneRemoveObjectFunction · 0.85
mcpSceneAddObjectFunction · 0.85
mcpToolsActionFunction · 0.85
mcpToolPressButtonFunction · 0.85
mcpToolWriteValueFunction · 0.85
mcpViewerFitFunction · 0.85
mcpViewerSetupCameraFunction · 0.85
mcpViewerSendMouseEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected