This is a short one and I might just have missed this feature.
I'm currently working an a custom controls menu and I would like to display a gamepad button as a string. (e.g. 0 = A | 1 = B ...)
I know that the keyboard plugin has an expression called "StringFromKeyCode", I would like to do something like that with a gamepad button index.
If it doesn't exist, I would like to suggest adding an expression called "StringFromButtonIndex" to the gamepad plugin.