Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
void skipFramesAfterInput()
158
{
159
for ( int i = 0; i < getViewerInstance().forceRedrawMinimumIncrementAfterEvents; ++i )
160
CommandLoop::runCommandFromGUIThread( [] {} );
161
}
162
163
}
Callers
10
mcpSceneSetObjectState
Function · 0.85
mcpSceneRemoveObject
Function · 0.85
mcpSceneAddObject
Function · 0.85
mcpToolsAction
Function · 0.85
mcpToolPressButton
Function · 0.85
mcpToolWriteValue
Function · 0.85
mcpViewerFit
Function · 0.85
mcpViewerSetupCamera
Function · 0.85
mcpViewerSendMouseEvent
Function · 0.85
mcpViewerSendKeyboardEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected