MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SaveHotkeysToConfig

Function SaveHotkeysToConfig

src/hotkeys.cpp:338–341  ·  view source on GitHub ↗

Save the hotkeys to the config file */

Source from the content-addressed store, hash-verified

336
337/** Save the hotkeys to the config file */
338void SaveHotkeysToConfig()
339{
340 SaveLoadHotkeys(true);
341}
342
343void HandleGlobalHotkeys([[maybe_unused]] char32_t key, uint16_t keycode)
344{

Callers 1

PostMainLoopFunction · 0.85

Calls 1

SaveLoadHotkeysFunction · 0.85

Tested by

no test coverage detected