MCPcopy Create free account
hub / github.com/clementgallet/libTAS / update

Method update

src/program/ui/InputWindow.cpp:173–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void InputWindow::update()
174{
175 /* Update hotkey list */
176 for (unsigned int row = 0; row < context->config.km->hotkey_list.size(); row++) {
177 updateHotkeyRow(row);
178 }
179
180 /* Update input list */
181 for (int i=0; i<KeyMapping::INPUTLIST_SIZE; i++) {
182 for (unsigned int row = 0; row < context->config.km->input_list[i].size(); row++) {
183 updateInputRow(i, row);
184 }
185 }
186}
187
188void InputWindow::slotSelect()
189{

Callers 9

timerEventMethod · 0.45
settingsWindowMethod · 0.45
inputWindowMethod · 0.45
inputEditorWindowMethod · 0.45
annotationsWindowMethod · 0.45
reloadConfigWindowsMethod · 0.45
updateSettingsWindowMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected