@Jason Carr
hey jason is there any way to get the platform selected from the platforms menu?
I'm getting the platform from the game with
SystemEventTypes.SelectionChanged -> GetAllSelectedGames()[0].Platform
but I wanted to change colors from the platforms menu
Looking at the api I see
IBigBoxThemeElementPlugin.OnSelectionChanged
but it doesn't seem to be firing or maybe I'm doing something wrong (not sure if I'd have to handle OnUp(), OnDown(), etc)
The idea is when I open BigBox or go to "View Platforms" get the currently selected platform, and when I move up or down get the newly selected, etc.
Thank you