MCPcopy Create free account
hub / github.com/Samsung/rlottie / onExitCb

Function onExitCb

example/uxsampletest.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83static void
84onExitCb(void *data, void */*extra*/)
85{
86 UxSampleTest *view = (UxSampleTest *)data;
87 delete view;
88}
89
90static void
91onKeyCb(void *data, void *extra)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected