MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onConsolePrint

Method onConsolePrint

src/script/cout_delegate.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3class StdoutEngineDelegate : public script::EngineDelegate {
4public:
5 void onConsolePrint(const char* text) override {
6 printf("%s\n", text);
7 }
8};
9
10static script::EngineDelegate::Singleton<StdoutEngineDelegate> reg("stdout");

Callers 3

raiseEventMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected