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

Method right

YACReader/viewer.cpp:327–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void Viewer::right()
328{
329 if (!render->hasLoadedComic()) {
330 return;
331 }
332
333 if (doubleMangaPage) {
334 prev();
335 } else {
336 next();
337 }
338}
339
340void Viewer::prev()
341{

Callers 7

resizeEventMethod · 0.80
getFileSizeMethod · 0.80
mouseReleaseEventMethod · 0.80
blurredFunction · 0.80
loadComicMethod · 0.80
getComicsMethod · 0.80
dataMethod · 0.80

Calls 1

hasLoadedComicMethod · 0.80

Tested by

no test coverage detected