MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / should_close

Method should_close

source/matplot/backend/opengl.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 bool opengl::should_close() {
70 return glfwWindowShouldClose(window_);
71 }
72
73 void opengl::show(class matplot::figure_type *f) {
74 while (!this->should_close()) {

Callers 2

showMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected