MCPcopy Create free account
hub / github.com/RetroAchievements/RALibretro / updateButtonLabel

Method updateButtonLabel

src/KeyBinds.cpp:1816–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

importJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected