Describe the feature
A simple class, e.g., InputDisplayStrings with methods like string GetButtonDisplayString(GameInput.Button)
Purpose
Since there are a number of ways across both games to render an a given button or key as a string for display to the user, a single, simple class that provides the appropriate methods would be great to have.
Usage
Rendering glyphs for inputs is useful for GUI changes and QoL features.
Describe the feature
A simple class, e.g.,
InputDisplayStringswith methods likestring GetButtonDisplayString(GameInput.Button)Purpose
Since there are a number of ways across both games to render an a given button or key as a string for display to the user, a single, simple class that provides the appropriate methods would be great to have.
Usage
Rendering glyphs for inputs is useful for GUI changes and QoL features.