| 84 | } |
| 85 | |
| 86 | RString ScaleName(InputContext ctx, const UserActionDesc& desc) |
| 87 | { |
| 88 | return BindingName(ctx, desc) + RString("_scale"); |
| 89 | } |
| 90 | |
| 91 | void BindAxis(InputProfile& profile, UserAction action, int axis, float scale) |
| 92 | { |
no test coverage detected