mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 20:43:40 +01:00
jscene: add missing jscene_set_poweroff function
This commit is contained in:
parent
aa736bd12a
commit
0c8371edce
1 changed files with 5 additions and 0 deletions
|
@ -209,6 +209,11 @@ void jscene_set_mainmenu(jscene *scene, bool mainmenu)
|
|||
scene->mainmenu = mainmenu;
|
||||
}
|
||||
|
||||
void jscene_set_poweroff(jscene *scene, bool poweroff)
|
||||
{
|
||||
scene->poweroff = poweroff;
|
||||
}
|
||||
|
||||
jevent jscene_run(jscene *s)
|
||||
{
|
||||
keydev_t *d = keydev_std();
|
||||
|
|
Loading…
Reference in a new issue