add: toc menu

This commit is contained in:
Qingping Hou
2012-02-21 22:30:02 +08:00
parent e60242d3f6
commit ea498e7a5a
3 changed files with 33 additions and 20 deletions

View File

@@ -344,6 +344,8 @@ function PDFReader:inputloop()
no = toc_menu:choose(0, fb.bb:getHeight())
if no then
self:goto(no)
else
self:goto(self.pageno)
end
elseif ev.code == KEY_J then