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

Method postEmptyEvent

source/MRViewer/MRViewer.cpp:1121–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121void Viewer::postEmptyEvent()
1122{
1123 if ( !isGLInitialized() )
1124 return;
1125#ifdef __EMSCRIPTEN__
1126 emplaceEvent( "Empty", [] () {} );
1127#endif
1128 glfwPostEmptyEvent();
1129}
1130
1131Viewer::Viewer() :
1132 selected_viewport_index( 0 ),

Callers 5

addCommand_Method · 0.80
requestFrameMethod · 0.80
emsPostEmptyEventFunction · 0.80
glfw_framebuffer_sizeFunction · 0.80
glfw_drop_callbackFunction · 0.80

Calls 1

isGLInitializedFunction · 0.85

Tested by

no test coverage detected