| 661 | } |
| 662 | |
| 663 | void Input::SetInputMappingToDefaultSettings() |
| 664 | { |
| 665 | PROFILE_MEM(Input); |
| 666 | InputSettings* settings = InputSettings::Get(); |
| 667 | if (settings) |
| 668 | { |
| 669 | ActionMappings = settings->ActionMappings; |
| 670 | AxisMappings = settings->AxisMappings; |
| 671 | Axes.Clear(); |
| 672 | Actions.Clear(); |
| 673 | } |
| 674 | } |
| 675 | |
| 676 | ActionConfig Input::GetActionConfigByName(const StringView& name) |
| 677 | { |