MCPcopy Create free account
hub / github.com/cutdigital/mcut / CallbackData

Class CallbackData

tutorials/EventCallback/EventCallback.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57struct CallbackData {
58 McInt32 a;
59 const char* b;
60};
61
62// This callback function will be called asynchroniously w.r.t the client application.
63// Moreover, it is invoked by MCUT when the associated event has finished execution.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected