Add gotoPage method to XtcReaderActivity

This commit is contained in:
icannotttt 2026-01-29 19:27:42 +08:00 committed by GitHub
parent 93be1e072b
commit 82e407a848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,