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

Method openLeftComic

YACReader/main_window_viewer.cpp:1588–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586}
1587
1588void MainWindowViewer::openLeftComic()
1589{
1590 if (viewer->getIsMangaMode()) {
1591 openNextComic();
1592 } else {
1593 openPreviousComic();
1594 }
1595}
1596
1597void MainWindowViewer::openRightComic()
1598{

Callers

nothing calls this directly

Calls 1

getIsMangaModeMethod · 0.80

Tested by

no test coverage detected