MCPcopy Create free account
hub / github.com/cinder/Cinder / quit

Method quit

src/cinder/app/linux/AppImplLinuxGlfw.cpp:488–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void AppImplLinux::quit()
489{
490 for( auto &window : mWindows ) {
491 ::glfwSetWindowShouldClose( window->getNative(), true );
492 }
493 mShouldQuit = true;
494}
495
496float AppImplLinux::getFrameRate() const
497{

Callers

nothing calls this directly

Calls 2

glfwSetWindowShouldCloseFunction · 0.85
getNativeMethod · 0.45

Tested by

no test coverage detected