MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / process

Method process

Descent3/config.cpp:1033–1047  ·  view source on GitHub ↗

process

Source from the content-addressed store, hash-verified

1031
1032 // process
1033 void process(int res) {
1034 switch (res) {
1035 case UID_SHORTCUT_JOYSETTINGS:
1036 case UID_SHORTCUT_FORCEFEED:
1037 LoadControlConfig();
1038 joystick_settings_dialog();
1039 SaveControlConfig();
1040 break;
1041 case UID_SHORTCUT_KEYSETTINGS:
1042 LoadControlConfig();
1043 key_settings_dialog();
1044 SaveControlConfig();
1045 break;
1046 }
1047 };
1048};
1049
1050

Callers

nothing calls this directly

Calls 4

LoadControlConfigFunction · 0.85
joystick_settings_dialogFunction · 0.85
SaveControlConfigFunction · 0.85
key_settings_dialogFunction · 0.85

Tested by

no test coverage detected