mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
most requested feature of all time
This commit is contained in:
parent
728dc22c7a
commit
2847beed8f
2 changed files with 7 additions and 0 deletions
|
@ -638,6 +638,10 @@ void ModListLayer::onExit(CCObject*) {
|
|||
);
|
||||
}
|
||||
|
||||
void ModListLayer::keyBackClicked() {
|
||||
this->onExit(nullptr);
|
||||
}
|
||||
|
||||
void ModListLayer::onReload(CCObject*) {
|
||||
this->reloadList();
|
||||
}
|
||||
|
|
|
@ -82,6 +82,9 @@ protected:
|
|||
void createSearchControl();
|
||||
void onIndexUpdate(IndexUpdateEvent* event);
|
||||
|
||||
// most requested feature of all time
|
||||
void keyBackClicked() override;
|
||||
|
||||
CCArray* createModCells(ModListType type, ModListQuery const& query);
|
||||
CCSize getCellSize() const;
|
||||
CCSize getListSize() const;
|
||||
|
|
Loading…
Reference in a new issue