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

Method showPrev

example/uxsampletest.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void showPrev() {
40 if (mResourceList.empty()) return;
41 mCurIndex--;
42 if (mCurIndex < 0)
43 mCurIndex = mResourceList.size() - 1;
44 show();
45 }
46
47 void showNext() {
48 if (mResourceList.empty()) return;

Callers 1

onKeyCbFunction · 0.80

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected