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

Method is_interactive

source/matplot/backend/opengl_embed.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool opengl_embed::is_interactive() { return true; }
100
101 const std::string &opengl_embed::output() {
102 throw std::logic_error("output not implemented yet");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected