Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
void Viewer::left()
315
{
316
if (!render->hasLoadedComic()) {
317
return;
318
}
319
320
if (doubleMangaPage) {
321
next();
322
} else {
323
prev();
324
}
325
}
326
327
void Viewer::right()
328
{
Callers
7
paintEvent
Method · 0.80
versionSeriesFromEntry
Method · 0.80
is_double_page
Function · 0.80
get_most_common_prefix
Function · 0.80
mouseReleaseEvent
Method · 0.80
blurred
Function · 0.80
renderStatusPage
Method · 0.80
Calls
1
hasLoadedComic
Method · 0.80
Tested by
no test coverage detected