Attract-Mode Support Forum
Attract-Mode Support => Scripting => Topic started by: arzoo on May 13, 2020, 05:45:05 AM
-
Can anyone tell me if it's possible for a plugin to detect when the Displays list is active vs when a list of games is active? Thanks
-
If you mean the displays menu, you can check it in the transition callback function, when transition type is Transition.ShowOverlay and var is Overlay.Displays.
you can check if the layout is showing a display list and not a game list checking if fe.list.display_index is -1
-
Thanks for the info, very helpful.