Hey friends, I’ve been making an Android overlay that’s meant to be auxiliary to my Bluetooth controller - it only has buttons for fast forward, menu, load and save states. I want to add buttons next to the load/save state ones that will undo those actions, like you can do in the menu. Is this possible? I guessed “[load/save]_state_undo” and “undo_[load/save]_state” and that didn’t work.
Related question: is there a reference of all the commands that are possible to be implemented in an overlay? The documentation points to the strings that refer to specific keys but not to menu functions.