2021-07-14 06:48 AM
How to switch to particular screen from Model::tick()?
Scenario:
2022-01-27 05:08 AM
I'll comment a bit late as this question has been dug up in another post.
It is not possible at the moment (a user might have shared a workaround but I have not found it).
In your scenario what i would recommend would just be to implement dummy transitions in one of the screens to generate all the application.goto() functions needed and add a function receiving the hardware input (see backend communication article) which then calls the relevant screen transition. You'll have to implement that same function in all screens of your project (we are aware this is annoying and are working on it :grinning_face_with_sweat:).
/Romain