mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-28 02:35:23 +01:00
Added "onEnter" event trigger after the splashpage has been replaced by the
selected layout.
This commit is contained in:
parent
0ed34b0688
commit
e711049acb
@ -51,7 +51,7 @@ ScrollingList::ScrollingList(Configuration &c,
|
||||
, spriteList_(NULL)
|
||||
, scrollPoints_(NULL)
|
||||
, tweenPoints_(NULL)
|
||||
, focus_(false)
|
||||
, focus_(true)
|
||||
, itemIndex_(0)
|
||||
, componentIndex_(0)
|
||||
, selectedOffsetIndex_(0)
|
||||
|
||||
@ -324,6 +324,7 @@ void RetroFE::run()
|
||||
mp.buildMenuItems(info, menuSort);
|
||||
|
||||
currentPage_->pushCollection(info);
|
||||
currentPage_->start();
|
||||
|
||||
state = RETROFE_ENTER;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user