MCPcopy Create free account
hub / github.com/YACReader/yacreader / offsetDoublePageToTheRight

Method offsetDoublePageToTheRight

YACReader/viewer.cpp:1746–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744}
1745
1746void Viewer::offsetDoublePageToTheRight()
1747{
1748 if (!doublePage) {
1749 return;
1750 }
1751
1752 if (doubleMangaPage) {
1753 render->nextPage();
1754 } else {
1755 render->previousPage();
1756 }
1757
1758 updateInformation();
1759}
1760
1761void Viewer::showIsCoverMessage()
1762{

Callers

nothing calls this directly

Calls 2

nextPageMethod · 0.45
previousPageMethod · 0.45

Tested by

no test coverage detected