MCPcopy Create free account
hub / github.com/Tencent/tgfx / stop

Method stop

ohos/hello2d/src/main/cpp/DisplayLink.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void DisplayLink::stop() {
20 playing = false;
21}
22
23void DisplayLink::VSyncCallback(long long, void* data) {
24 auto displayLink = static_cast<DisplayLink*>(data);

Callers 1

StopDrawLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected