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

Function emsPostEmptyEvent

source/MRViewer/MRViewer.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118EMSCRIPTEN_KEEPALIVE void emsPostEmptyEvent( int forceFrames )
119{
120 auto& viewer = MR::getViewerInstance();
121 viewer.incrementForceRedrawFrames( forceFrames, true );
122 viewer.postEmptyEvent();
123}
124
125EMSCRIPTEN_KEEPALIVE void emsUpdateViewportBounds()
126{

Callers

nothing calls this directly

Calls 2

postEmptyEventMethod · 0.80

Tested by

no test coverage detected