| 1814 | } |
| 1815 | |
| 1816 | void updateButtonLabel(int button) |
| 1817 | { |
| 1818 | KeyBinds::Binding& desc = _bindings[button]; |
| 1819 | KeyBinds::getBindingString(_buttonLabels[button], desc); |
| 1820 | } |
| 1821 | |
| 1822 | void addButtonInput(int row, int column, const char* label, int button) |
| 1823 | { |