mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 07:07:38 +03:00
Add gotoPage method to XtcReaderActivity
This commit is contained in:
parent
93be1e072b
commit
82e407a848
@ -30,6 +30,8 @@ class XtcReaderActivity final : public ActivityWithSubactivity {
|
||||
void renderPage();
|
||||
void saveProgress() const;
|
||||
void loadProgress();
|
||||
//新增
|
||||
void gotoPage(uint32_t targetPage);
|
||||
|
||||
public:
|
||||
explicit XtcReaderActivity(GfxRenderer& renderer, MappedInputManager& mappedInput, std::unique_ptr<Xtc> xtc,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user