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

Method left

YACReader/viewer.cpp:314–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void Viewer::left()
315{
316 if (!render->hasLoadedComic()) {
317 return;
318 }
319
320 if (doubleMangaPage) {
321 next();
322 } else {
323 prev();
324 }
325}
326
327void Viewer::right()
328{

Callers 7

paintEventMethod · 0.80
is_double_pageFunction · 0.80
get_most_common_prefixFunction · 0.80
mouseReleaseEventMethod · 0.80
blurredFunction · 0.80
renderStatusPageMethod · 0.80

Calls 1

hasLoadedComicMethod · 0.80

Tested by

no test coverage detected