Advice on how to build a screensaver settings screen
I have build a screensaver and would like to add a settings screen for it. I implemented the RunScreenSaverSettings function in my main and create/display a brand new scene. All this works great.
Where I am struggling is how to build such a screen. I basically have a few settings, each with a few values... something like:
Clock format: off / 12h / 24h
Display Background Image: on / off
It looks like the Settings model of the Roku device which has list of settings with arrows left/right to navigate seems to be a good model (that obviously users would be familiar with). That being said, I am very unclear how to implement such an interface. Is there an example code somewhere on how to implement it? Or can somebody explain the various complements used?
Thank you