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

Method retrieveData

src/KeyBinds.cpp:1807–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1805 static const WORD IDC_CLEAR = IDC_IMPORT - 1;
1806
1807 void retrieveData(HWND hwnd) override
1808 {
1809 Dialog::retrieveData(hwnd);
1810
1811 // _updated is normally only set if a field changes, since this dialog has no fields,
1812 // always return "modified" if the user didn't cancel the dialog.
1813 _updated = true;
1814 }
1815
1816 void updateButtonLabel(int button)
1817 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected