| 21 | return RString("key") + RString(desc.name); |
| 22 | } |
| 23 | RString ModName(const UserActionDesc& desc) |
| 24 | { |
| 25 | return RString("key") + RString(desc.name) + RString("_mod"); |
| 26 | } |
| 27 | |
| 28 | // True if the packed binding belongs in controls.cfg (keyboard scancodes |
| 29 | // or mouse buttons). Joystick-class entries (STICK / STICK_AXIS / |