Is there a way to detect if the home button is pressed on the Grid Screen? I attempted to do this through the msg.GetIndex() in the grid screen loop, but it just returns 0 (zero), which is also the first index of the grid screen.
Thanks,
Kevin
Is there a way to detect if the home button is pressed on the Grid Screen? I attempted to do this through the msg.GetIndex() in the grid screen loop, but it just returns 0 (zero), which is also the first index of the grid screen.
Thanks,
Kevin
No, you can’t detect a home button press or override the home button’s default behavior.
http://sdkdocs.roku.com/display/sdkdoc/ … -LevelMenu
Pressing the Home button will always exit the application and unconditionally return control back to the UI application shell