| 645 | } |
| 646 | |
| 647 | void Input::resetBinds(String const& categoryId, String const& bindId) { |
| 648 | auto& entry = bindEntry(categoryId, bindId); |
| 649 | |
| 650 | entry.customBinds = entry.defaultBinds; |
| 651 | entry.updated(); |
| 652 | } |
| 653 | |
| 654 | Json Input::getDefaultBinds(String const& categoryId, String const& bindId) { |
| 655 | JsonArray array; |